Shades of Turquoise #3BEEDC
Tints of Turquoise #3BEEDC
RGB
CMYK
RGB Variations
Color information
#3BEEDC (or 0x3BEEDC) is known color: Turquoise. HEX triplet: 3B, EE and DC. RGB value is (59,238,220). Sum of RGB (Red+Green+Blue) = 59+238+220=517 (68% of max value = 765). Red value is 59 (23.44% from 255 or 11.41% from 517); Green value is 238 (93.36% from 255 or 46.03% from 517); Blue value is 220 (86.33% from 255 or 42.55% from 517); Max value from RGB is 238 - color contains mainly: green. Hex color #3BEEDC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3BEEDC is #C41123. Grayscale: #B6B6B6. Windows color (decimal): -12849444 or 14478907. OLE color: 14478907.
HSL color Cylindrical-coordinate representation of color #3BEEDC: hue angle of 173.97º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3BEEDC is Cyan = 0.75, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 59 | 238 | 220 | - |
| CMYK | 0.75 | 0 | 0.08 | 0.07 |
| HSL | 173.97º | 0.84% | 0.58% | - |
| HSV(B) | 173.97º | 0.75% | 0.93% | - |
| XYZ | 45.3 | 67.25 | 78.3 | - |
| YUV | 182.43 | 149.2 | 39.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 238 | 220 | 0.75 | 0 | 0.08 | 0.07 | 173.97 | 0.84 | 0.58 |
| Hex | 3B | EE | DC | 4B | 0 | 8 | 7 | AE | 54 | 3A |
| Octal | 73 | 356 | 334 | 113 | 0 | 10 | 7 | 256 | 124 | 72 |
| Binary | 111011 | 11101110 | 11011100 | 1001011 | 0 | 1000 | 111 | 10101110 | 1010100 | 111010 |
Color Harmonies of #3BEEDC
Complementary color
Monochromatic Colors of #3BEEDC
Black with #3BEEDC
Text Example
Text Example
White with #3BEEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BEEDC; }
p { color: rgb(59,238,220); }
H1.HeaderClassName
{
color: #3BEEDC;
}
.AnyTagClassName
{
color: #3BEEDC;
}
</style>
background-color css
<style>
a { background-color: #3BEEDC; }
a { background-color: rgb(59,238,220); }
div.DivClassName
{
background-color: #3BEEDC;
}
.BgClassName
{
background-color: #3BEEDC;
}
</style>
border-color css
<style>
span { border-color: #3BEEDC; }
span { border-color: rgb(59,238,220); }
td.TdClassName
{
border-color: #3BEEDC;
}
.TagClassName
{
border-color: #3BEEDC;
}
</style>