Shades of Turquoise #33FCCF
Tints of Turquoise #33FCCF
RGB
CMYK
RGB Variations
Color information
#33FCCF (or 0x33FCCF) is known color: Turquoise. HEX triplet: 33, FC and CF. RGB value is (51,252,207). Sum of RGB (Red+Green+Blue) = 51+252+207=510 (67% of max value = 765). Red value is 51 (20.31% from 255 or 10% from 510); Green value is 252 (98.83% from 255 or 49.41% from 510); Blue value is 207 (81.25% from 255 or 40.59% from 510); Max value from RGB is 252 - color contains mainly: green. Hex color #33FCCF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #33FCCF is #CC0330. Grayscale: #BABABA. Windows color (decimal): -13370161 or 13630515. OLE color: 13630515.
HSL color Cylindrical-coordinate representation of color #33FCCF: hue angle of 166.57º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #33FCCF is Cyan = 0.80, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 51 | 252 | 207 | - |
| CMYK | 0.80 | 0 | 0.18 | 0.01 |
| HSL | 166.57º | 0.97% | 0.59% | - |
| HSV(B) | 166.57º | 0.8% | 0.99% | - |
| XYZ | 47.44 | 74.83 | 70.97 | - |
| YUV | 186.77 | 139.41 | 31.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 252 | 207 | 0.80 | 0 | 0.18 | 0.01 | 166.57 | 0.97 | 0.59 |
| Hex | 33 | FC | CF | 50 | 0 | 12 | 1 | A7 | 61 | 3B |
| Octal | 63 | 374 | 317 | 120 | 0 | 22 | 1 | 247 | 141 | 73 |
| Binary | 110011 | 11111100 | 11001111 | 1010000 | 0 | 10010 | 1 | 10100111 | 1100001 | 111011 |
Color Harmonies of #33FCCF
Complementary color
Monochromatic Colors of #33FCCF
Black with #33FCCF
Text Example
Text Example
White with #33FCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33FCCF; }
p { color: rgb(51,252,207); }
H1.HeaderClassName
{
color: #33FCCF;
}
.AnyTagClassName
{
color: #33FCCF;
}
</style>
background-color css
<style>
a { background-color: #33FCCF; }
a { background-color: rgb(51,252,207); }
div.DivClassName
{
background-color: #33FCCF;
}
.BgClassName
{
background-color: #33FCCF;
}
</style>
border-color css
<style>
span { border-color: #33FCCF; }
span { border-color: rgb(51,252,207); }
td.TdClassName
{
border-color: #33FCCF;
}
.TagClassName
{
border-color: #33FCCF;
}
</style>