Shades of Turquoise #3FFCCF
Tints of Turquoise #3FFCCF
RGB
CMYK
RGB Variations
Color information
#3FFCCF (or 0x3FFCCF) is known color: Turquoise. HEX triplet: 3F, FC and CF. RGB value is (63,252,207). Sum of RGB (Red+Green+Blue) = 63+252+207=522 (69% of max value = 765). Red value is 63 (25% from 255 or 12.07% from 522); Green value is 252 (98.83% from 255 or 48.28% from 522); Blue value is 207 (81.25% from 255 or 39.66% from 522); Max value from RGB is 252 - color contains mainly: green. Hex color #3FFCCF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FFCCF is #C00330. Grayscale: #BEBEBE. Windows color (decimal): -12583729 or 13630527. OLE color: 13630527.
HSL color Cylindrical-coordinate representation of color #3FFCCF: hue angle of 165.71º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FFCCF is Cyan = 0.75, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 63 | 252 | 207 | - |
| CMYK | 0.75 | 0 | 0.18 | 0.01 |
| HSL | 165.71º | 0.97% | 0.62% | - |
| HSV(B) | 165.71º | 0.75% | 0.99% | - |
| XYZ | 48.12 | 75.18 | 71.01 | - |
| YUV | 190.36 | 137.38 | 37.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 252 | 207 | 0.75 | 0 | 0.18 | 0.01 | 165.71 | 0.97 | 0.62 |
| Hex | 3F | FC | CF | 4B | 0 | 12 | 1 | A6 | 61 | 3E |
| Octal | 77 | 374 | 317 | 113 | 0 | 22 | 1 | 246 | 141 | 76 |
| Binary | 111111 | 11111100 | 11001111 | 1001011 | 0 | 10010 | 1 | 10100110 | 1100001 | 111110 |
Color Harmonies of #3FFCCF
Complementary color
Monochromatic Colors of #3FFCCF
Black with #3FFCCF
Text Example
Text Example
White with #3FFCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFCCF; }
p { color: rgb(63,252,207); }
H1.HeaderClassName
{
color: #3FFCCF;
}
.AnyTagClassName
{
color: #3FFCCF;
}
</style>
background-color css
<style>
a { background-color: #3FFCCF; }
a { background-color: rgb(63,252,207); }
div.DivClassName
{
background-color: #3FFCCF;
}
.BgClassName
{
background-color: #3FFCCF;
}
</style>
border-color css
<style>
span { border-color: #3FFCCF; }
span { border-color: rgb(63,252,207); }
td.TdClassName
{
border-color: #3FFCCF;
}
.TagClassName
{
border-color: #3FFCCF;
}
</style>