Shades of Turquoise #3BF4CF
Tints of Turquoise #3BF4CF
RGB
CMYK
RGB Variations
Color information
#3BF4CF (or 0x3BF4CF) is known color: Turquoise. HEX triplet: 3B, F4 and CF. RGB value is (59,244,207). Sum of RGB (Red+Green+Blue) = 59+244+207=510 (67% of max value = 765). Red value is 59 (23.44% from 255 or 11.57% from 510); Green value is 244 (95.70% from 255 or 47.84% from 510); Blue value is 207 (81.25% from 255 or 40.59% from 510); Max value from RGB is 244 - color contains mainly: green. Hex color #3BF4CF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3BF4CF is #C40B30. Grayscale: #B8B8B8. Windows color (decimal): -12847921 or 13628475. OLE color: 13628475.
HSL color Cylindrical-coordinate representation of color #3BF4CF: hue angle of 168º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3BF4CF is Cyan = 0.76, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 59 | 244 | 207 | - |
| CMYK | 0.76 | 0 | 0.15 | 0.04 |
| HSL | 168º | 0.89% | 0.59% | - |
| HSV(B) | 168º | 0.76% | 0.96% | - |
| XYZ | 45.42 | 70.14 | 70.18 | - |
| YUV | 184.47 | 140.71 | 38.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 244 | 207 | 0.76 | 0 | 0.15 | 0.04 | 168 | 0.89 | 0.59 |
| Hex | 3B | F4 | CF | 4C | 0 | F | 4 | A8 | 59 | 3B |
| Octal | 73 | 364 | 317 | 114 | 0 | 17 | 4 | 250 | 131 | 73 |
| Binary | 111011 | 11110100 | 11001111 | 1001100 | 0 | 1111 | 100 | 10101000 | 1011001 | 111011 |
Color Harmonies of #3BF4CF
Complementary color
Monochromatic Colors of #3BF4CF
Black with #3BF4CF
Text Example
Text Example
White with #3BF4CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BF4CF; }
p { color: rgb(59,244,207); }
H1.HeaderClassName
{
color: #3BF4CF;
}
.AnyTagClassName
{
color: #3BF4CF;
}
</style>
background-color css
<style>
a { background-color: #3BF4CF; }
a { background-color: rgb(59,244,207); }
div.DivClassName
{
background-color: #3BF4CF;
}
.BgClassName
{
background-color: #3BF4CF;
}
</style>
border-color css
<style>
span { border-color: #3BF4CF; }
span { border-color: rgb(59,244,207); }
td.TdClassName
{
border-color: #3BF4CF;
}
.TagClassName
{
border-color: #3BF4CF;
}
</style>