Shades of Turquoise #3BF2D7
Tints of Turquoise #3BF2D7
RGB
CMYK
RGB Variations
Color information
#3BF2D7 (or 0x3BF2D7) is known color: Turquoise. HEX triplet: 3B, F2 and D7. RGB value is (59,242,215). Sum of RGB (Red+Green+Blue) = 59+242+215=516 (68% of max value = 765). Red value is 59 (23.44% from 255 or 11.43% from 516); Green value is 242 (94.92% from 255 or 46.90% from 516); Blue value is 215 (84.38% from 255 or 41.67% from 516); Max value from RGB is 242 - color contains mainly: green. Hex color #3BF2D7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3BF2D7 is #C40D28. Grayscale: #B8B8B8. Windows color (decimal): -12848425 or 14152251. OLE color: 14152251.
HSL color Cylindrical-coordinate representation of color #3BF2D7: hue angle of 171.15º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3BF2D7 is Cyan = 0.76, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 59 | 242 | 215 | - |
| CMYK | 0.76 | 0 | 0.11 | 0.05 |
| HSL | 171.15º | 0.88% | 0.59% | - |
| HSV(B) | 171.15º | 0.76% | 0.95% | - |
| XYZ | 45.82 | 69.34 | 75.26 | - |
| YUV | 184.21 | 145.37 | 38.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 242 | 215 | 0.76 | 0 | 0.11 | 0.05 | 171.15 | 0.88 | 0.59 |
| Hex | 3B | F2 | D7 | 4C | 0 | B | 5 | AB | 58 | 3B |
| Octal | 73 | 362 | 327 | 114 | 0 | 13 | 5 | 253 | 130 | 73 |
| Binary | 111011 | 11110010 | 11010111 | 1001100 | 0 | 1011 | 101 | 10101011 | 1011000 | 111011 |
Color Harmonies of #3BF2D7
Complementary color
Monochromatic Colors of #3BF2D7
Black with #3BF2D7
Text Example
Text Example
White with #3BF2D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BF2D7; }
p { color: rgb(59,242,215); }
H1.HeaderClassName
{
color: #3BF2D7;
}
.AnyTagClassName
{
color: #3BF2D7;
}
</style>
background-color css
<style>
a { background-color: #3BF2D7; }
a { background-color: rgb(59,242,215); }
div.DivClassName
{
background-color: #3BF2D7;
}
.BgClassName
{
background-color: #3BF2D7;
}
</style>
border-color css
<style>
span { border-color: #3BF2D7; }
span { border-color: rgb(59,242,215); }
td.TdClassName
{
border-color: #3BF2D7;
}
.TagClassName
{
border-color: #3BF2D7;
}
</style>