Shades of Turquoise #33F0DF
Tints of Turquoise #33F0DF
RGB
CMYK
RGB Variations
Color information
#33F0DF (or 0x33F0DF) is known color: Turquoise. HEX triplet: 33, F0 and DF. RGB value is (51,240,223). Sum of RGB (Red+Green+Blue) = 51+240+223=514 (68% of max value = 765). Red value is 51 (20.31% from 255 or 9.92% from 514); Green value is 240 (94.14% from 255 or 46.69% from 514); Blue value is 223 (87.5% from 255 or 43.39% from 514); Max value from RGB is 240 - color contains mainly: green. Hex color #33F0DF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #33F0DF is #CC0F20. Grayscale: #B5B5B5. Windows color (decimal): -13373217 or 14676019. OLE color: 14676019.
HSL color Cylindrical-coordinate representation of color #33F0DF: hue angle of 174.6º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #33F0DF is Cyan = 0.79, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 51 | 240 | 223 | - |
| CMYK | 0.79 | 0 | 0.07 | 0.06 |
| HSL | 174.6º | 0.86% | 0.57% | - |
| HSV(B) | 174.6º | 0.79% | 0.94% | - |
| XYZ | 45.84 | 68.35 | 80.59 | - |
| YUV | 181.55 | 151.38 | 34.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 240 | 223 | 0.79 | 0 | 0.07 | 0.06 | 174.6 | 0.86 | 0.57 |
| Hex | 33 | F0 | DF | 4F | 0 | 7 | 6 | AF | 56 | 39 |
| Octal | 63 | 360 | 337 | 117 | 0 | 7 | 6 | 257 | 126 | 71 |
| Binary | 110011 | 11110000 | 11011111 | 1001111 | 0 | 111 | 110 | 10101111 | 1010110 | 111001 |
Color Harmonies of #33F0DF
Complementary color
Monochromatic Colors of #33F0DF
Black with #33F0DF
Text Example
Text Example
White with #33F0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33F0DF; }
p { color: rgb(51,240,223); }
H1.HeaderClassName
{
color: #33F0DF;
}
.AnyTagClassName
{
color: #33F0DF;
}
</style>
background-color css
<style>
a { background-color: #33F0DF; }
a { background-color: rgb(51,240,223); }
div.DivClassName
{
background-color: #33F0DF;
}
.BgClassName
{
background-color: #33F0DF;
}
</style>
border-color css
<style>
span { border-color: #33F0DF; }
span { border-color: rgb(51,240,223); }
td.TdClassName
{
border-color: #33F0DF;
}
.TagClassName
{
border-color: #33F0DF;
}
</style>