Shades of Turquoise #33FCCD
Tints of Turquoise #33FCCD
RGB
CMYK
RGB Variations
Color information
#33FCCD (or 0x33FCCD) is known color: Turquoise. HEX triplet: 33, FC and CD. RGB value is (51,252,205). Sum of RGB (Red+Green+Blue) = 51+252+205=508 (67% of max value = 765). Red value is 51 (20.31% from 255 or 10.04% from 508); Green value is 252 (98.83% from 255 or 49.61% from 508); Blue value is 205 (80.47% from 255 or 40.35% from 508); Max value from RGB is 252 - color contains mainly: green. Hex color #33FCCD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #33FCCD is #CC0332. Grayscale: #BABABA. Windows color (decimal): -13370163 or 13499443. OLE color: 13499443.
HSL color Cylindrical-coordinate representation of color #33FCCD: hue angle of 165.97º 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 #33FCCD is Cyan = 0.80, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 51 | 252 | 205 | - |
| CMYK | 0.80 | 0 | 0.19 | 0.01 |
| HSL | 165.97º | 0.97% | 0.59% | - |
| HSV(B) | 165.97º | 0.8% | 0.99% | - |
| XYZ | 47.2 | 74.73 | 69.69 | - |
| YUV | 186.54 | 138.41 | 31.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 252 | 205 | 0.80 | 0 | 0.19 | 0.01 | 165.97 | 0.97 | 0.59 |
| Hex | 33 | FC | CD | 50 | 0 | 13 | 1 | A6 | 61 | 3B |
| Octal | 63 | 374 | 315 | 120 | 0 | 23 | 1 | 246 | 141 | 73 |
| Binary | 110011 | 11111100 | 11001101 | 1010000 | 0 | 10011 | 1 | 10100110 | 1100001 | 111011 |
Color Harmonies of #33FCCD
Complementary color
Monochromatic Colors of #33FCCD
Black with #33FCCD
Text Example
Text Example
White with #33FCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33FCCD; }
p { color: rgb(51,252,205); }
H1.HeaderClassName
{
color: #33FCCD;
}
.AnyTagClassName
{
color: #33FCCD;
}
</style>
background-color css
<style>
a { background-color: #33FCCD; }
a { background-color: rgb(51,252,205); }
div.DivClassName
{
background-color: #33FCCD;
}
.BgClassName
{
background-color: #33FCCD;
}
</style>
border-color css
<style>
span { border-color: #33FCCD; }
span { border-color: rgb(51,252,205); }
td.TdClassName
{
border-color: #33FCCD;
}
.TagClassName
{
border-color: #33FCCD;
}
</style>