Shades of Turquoise #3FE4CF
Tints of Turquoise #3FE4CF
RGB
CMYK
RGB Variations
Color information
#3FE4CF (or 0x3FE4CF) is known color: Turquoise. HEX triplet: 3F, E4 and CF. RGB value is (63,228,207). Sum of RGB (Red+Green+Blue) = 63+228+207=498 (65% of max value = 765). Red value is 63 (25% from 255 or 12.65% from 498); Green value is 228 (89.45% from 255 or 45.78% from 498); Blue value is 207 (81.25% from 255 or 41.57% from 498); Max value from RGB is 228 - color contains mainly: green. Hex color #3FE4CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FE4CF is #C01B30. Grayscale: #B0B0B0. Windows color (decimal): -12589873 or 13624383. OLE color: 13624383.
HSL color Cylindrical-coordinate representation of color #3FE4CF: hue angle of 172.36º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3FE4CF is Cyan = 0.72, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 63 | 228 | 207 | - |
| CMYK | 0.72 | 0 | 0.09 | 0.11 |
| HSL | 172.36º | 0.75% | 0.57% | - |
| HSV(B) | 172.36º | 0.72% | 0.89% | - |
| XYZ | 41.06 | 61.05 | 68.65 | - |
| YUV | 176.27 | 145.34 | 47.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 228 | 207 | 0.72 | 0 | 0.09 | 0.11 | 172.36 | 0.75 | 0.57 |
| Hex | 3F | E4 | CF | 48 | 0 | 9 | B | AC | 4B | 39 |
| Octal | 77 | 344 | 317 | 110 | 0 | 11 | 13 | 254 | 113 | 71 |
| Binary | 111111 | 11100100 | 11001111 | 1001000 | 0 | 1001 | 1011 | 10101100 | 1001011 | 111001 |
Color Harmonies of #3FE4CF
Complementary color
Monochromatic Colors of #3FE4CF
Black with #3FE4CF
Text Example
Text Example
White with #3FE4CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FE4CF; }
p { color: rgb(63,228,207); }
H1.HeaderClassName
{
color: #3FE4CF;
}
.AnyTagClassName
{
color: #3FE4CF;
}
</style>
background-color css
<style>
a { background-color: #3FE4CF; }
a { background-color: rgb(63,228,207); }
div.DivClassName
{
background-color: #3FE4CF;
}
.BgClassName
{
background-color: #3FE4CF;
}
</style>
border-color css
<style>
span { border-color: #3FE4CF; }
span { border-color: rgb(63,228,207); }
td.TdClassName
{
border-color: #3FE4CF;
}
.TagClassName
{
border-color: #3FE4CF;
}
</style>