Shades of Turquoise #3BEFD2
Tints of Turquoise #3BEFD2
RGB
CMYK
RGB Variations
Color information
#3BEFD2 (or 0x3BEFD2) is known color: Turquoise. HEX triplet: 3B, EF and D2. RGB value is (59,239,210). Sum of RGB (Red+Green+Blue) = 59+239+210=508 (67% of max value = 765). Red value is 59 (23.44% from 255 or 11.61% from 508); Green value is 239 (93.75% from 255 or 47.05% from 508); Blue value is 210 (82.42% from 255 or 41.34% from 508); Max value from RGB is 239 - color contains mainly: green. Hex color #3BEFD2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3BEFD2 is #C4102D. Grayscale: #B5B5B5. Windows color (decimal): -12849198 or 13823803. OLE color: 13823803.
HSL color Cylindrical-coordinate representation of color #3BEFD2: hue angle of 170.33º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3BEFD2 is Cyan = 0.75, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 59 | 239 | 210 | - |
| CMYK | 0.75 | 0 | 0.12 | 0.06 |
| HSL | 170.33º | 0.85% | 0.58% | - |
| HSV(B) | 170.33º | 0.75% | 0.94% | - |
| XYZ | 44.3 | 67.32 | 71.63 | - |
| YUV | 181.87 | 143.87 | 40.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 239 | 210 | 0.75 | 0 | 0.12 | 0.06 | 170.33 | 0.85 | 0.58 |
| Hex | 3B | EF | D2 | 4B | 0 | C | 6 | AA | 55 | 3A |
| Octal | 73 | 357 | 322 | 113 | 0 | 14 | 6 | 252 | 125 | 72 |
| Binary | 111011 | 11101111 | 11010010 | 1001011 | 0 | 1100 | 110 | 10101010 | 1010101 | 111010 |
Color Harmonies of #3BEFD2
Complementary color
Monochromatic Colors of #3BEFD2
Black with #3BEFD2
Text Example
Text Example
White with #3BEFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BEFD2; }
p { color: rgb(59,239,210); }
H1.HeaderClassName
{
color: #3BEFD2;
}
.AnyTagClassName
{
color: #3BEFD2;
}
</style>
background-color css
<style>
a { background-color: #3BEFD2; }
a { background-color: rgb(59,239,210); }
div.DivClassName
{
background-color: #3BEFD2;
}
.BgClassName
{
background-color: #3BEFD2;
}
</style>
border-color css
<style>
span { border-color: #3BEFD2; }
span { border-color: rgb(59,239,210); }
td.TdClassName
{
border-color: #3BEFD2;
}
.TagClassName
{
border-color: #3BEFD2;
}
</style>