Shades of Turquoise #33FFCD
Tints of Turquoise #33FFCD
RGB
CMYK
RGB Variations
Color information
#33FFCD (or 0x33FFCD) is known color: Turquoise. HEX triplet: 33, FF and CD. RGB value is (51,255,205). Sum of RGB (Red+Green+Blue) = 51+255+205=511 (67% of max value = 765). Red value is 51 (20.31% from 255 or 9.98% from 511); Green value is 255 (100% from 255 or 49.90% from 511); Blue value is 205 (80.47% from 255 or 40.12% from 511); Max value from RGB is 255 - color contains mainly: green. Hex color #33FFCD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #33FFCD is #CC0032. Grayscale: #BCBCBC. Windows color (decimal): -13369395 or 13500211. OLE color: 13500211.
HSL color Cylindrical-coordinate representation of color #33FFCD: hue angle of 165.29º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #33FFCD is Cyan = 0.8, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
RGB | 51 | 255 | 205 | - |
CMYK | 0.8 | 0 | 0.20 | 0 |
HSL | 165.29º | 1% | 0.6% | - |
HSV(B) | 165.29º | 0.8% | 1% | - |
XYZ | 48.14 | 76.63 | 70.01 | - |
YUV | 188.3 | 137.41 | 30.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 51 | 255 | 205 | 0.8 | 0 | 0.20 | 0 | 165.29 | 1 | 0.6 |
Hex | 33 | FF | CD | 50 | 0 | 14 | 0 | A5 | 64 | 3C |
Octal | 63 | 377 | 315 | 120 | 0 | 24 | 0 | 245 | 144 | 74 |
Binary | 110011 | 11111111 | 11001101 | 1010000 | 0 | 10100 | 0 | 10100101 | 1100100 | 111100 |
Color Harmonies of #33FFCD
Complementary color
Monochromatic Colors of #33FFCD
Black with #33FFCD
Text Example
Text Example
White with #33FFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33FFCD; }
p { color: rgb(51,255,205); }
H1.HeaderClassName
{
color: #33FFCD;
}
.AnyTagClassName
{
color: #33FFCD;
}
</style>
background-color css
<style>
a { background-color: #33FFCD; }
a { background-color: rgb(51,255,205); }
div.DivClassName
{
background-color: #33FFCD;
}
.BgClassName
{
background-color: #33FFCD;
}
</style>
border-color css
<style>
span { border-color: #33FFCD; }
span { border-color: rgb(51,255,205); }
td.TdClassName
{
border-color: #33FFCD;
}
.TagClassName
{
border-color: #33FFCD;
}
</style>