Shades of Turquoise #33FCCC
Tints of Turquoise #33FCCC
RGB
CMYK
RGB Variations
Color information
#33FCCC (or 0x33FCCC) is known color: Turquoise. HEX triplet: 33, FC and CC. RGB value is (51,252,204). Sum of RGB (Red+Green+Blue) = 51+252+204=507 (67% of max value = 765). Red value is 51 (20.31% from 255 or 10.06% from 507); Green value is 252 (98.83% from 255 or 49.70% from 507); Blue value is 204 (80.08% from 255 or 40.24% from 507); Max value from RGB is 252 - color contains mainly: green. Hex color #33FCCC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #33FCCC is #CC0333. Grayscale: #BABABA. Windows color (decimal): -13370164 or 13433907. OLE color: 13433907.
HSL color Cylindrical-coordinate representation of color #33FCCC: hue angle of 165.67º 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 #33FCCC is Cyan = 0.80, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 51 | 252 | 204 | - |
| CMYK | 0.80 | 0 | 0.19 | 0.01 |
| HSL | 165.67º | 0.97% | 0.59% | - |
| HSV(B) | 165.67º | 0.8% | 0.99% | - |
| XYZ | 47.07 | 74.68 | 69.06 | - |
| YUV | 186.43 | 137.91 | 31.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 252 | 204 | 0.80 | 0 | 0.19 | 0.01 | 165.67 | 0.97 | 0.59 |
| Hex | 33 | FC | CC | 50 | 0 | 13 | 1 | A6 | 61 | 3B |
| Octal | 63 | 374 | 314 | 120 | 0 | 23 | 1 | 246 | 141 | 73 |
| Binary | 110011 | 11111100 | 11001100 | 1010000 | 0 | 10011 | 1 | 10100110 | 1100001 | 111011 |
Color Harmonies of #33FCCC
Complementary color
Monochromatic Colors of #33FCCC
Black with #33FCCC
Text Example
Text Example
White with #33FCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33FCCC; }
p { color: rgb(51,252,204); }
H1.HeaderClassName
{
color: #33FCCC;
}
.AnyTagClassName
{
color: #33FCCC;
}
</style>
background-color css
<style>
a { background-color: #33FCCC; }
a { background-color: rgb(51,252,204); }
div.DivClassName
{
background-color: #33FCCC;
}
.BgClassName
{
background-color: #33FCCC;
}
</style>
border-color css
<style>
span { border-color: #33FCCC; }
span { border-color: rgb(51,252,204); }
td.TdClassName
{
border-color: #33FCCC;
}
.TagClassName
{
border-color: #33FCCC;
}
</style>