Shades of Turquoise #33FCCB
Tints of Turquoise #33FCCB
RGB
CMYK
RGB Variations
Color information
#33FCCB (or 0x33FCCB) is known color: Turquoise. HEX triplet: 33, FC and CB. RGB value is (51,252,203). Sum of RGB (Red+Green+Blue) = 51+252+203=506 (67% of max value = 765). Red value is 51 (20.31% from 255 or 10.08% from 506); Green value is 252 (98.83% from 255 or 49.80% from 506); Blue value is 203 (79.69% from 255 or 40.12% from 506); Max value from RGB is 252 - color contains mainly: green. Hex color #33FCCB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #33FCCB is #CC0334. Grayscale: #BABABA. Windows color (decimal): -13370165 or 13368371. OLE color: 13368371.
HSL color Cylindrical-coordinate representation of color #33FCCB: hue angle of 165.37º 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 #33FCCB is Cyan = 0.80, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 51 | 252 | 203 | - |
| CMYK | 0.80 | 0 | 0.19 | 0.01 |
| HSL | 165.37º | 0.97% | 0.59% | - |
| HSV(B) | 165.37º | 0.8% | 0.99% | - |
| XYZ | 46.96 | 74.64 | 68.43 | - |
| YUV | 186.32 | 137.41 | 31.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 252 | 203 | 0.80 | 0 | 0.19 | 0.01 | 165.37 | 0.97 | 0.59 |
| Hex | 33 | FC | CB | 50 | 0 | 13 | 1 | A5 | 61 | 3B |
| Octal | 63 | 374 | 313 | 120 | 0 | 23 | 1 | 245 | 141 | 73 |
| Binary | 110011 | 11111100 | 11001011 | 1010000 | 0 | 10011 | 1 | 10100101 | 1100001 | 111011 |
Color Harmonies of #33FCCB
Complementary color
Monochromatic Colors of #33FCCB
Black with #33FCCB
Text Example
Text Example
White with #33FCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33FCCB; }
p { color: rgb(51,252,203); }
H1.HeaderClassName
{
color: #33FCCB;
}
.AnyTagClassName
{
color: #33FCCB;
}
</style>
background-color css
<style>
a { background-color: #33FCCB; }
a { background-color: rgb(51,252,203); }
div.DivClassName
{
background-color: #33FCCB;
}
.BgClassName
{
background-color: #33FCCB;
}
</style>
border-color css
<style>
span { border-color: #33FCCB; }
span { border-color: rgb(51,252,203); }
td.TdClassName
{
border-color: #33FCCB;
}
.TagClassName
{
border-color: #33FCCB;
}
</style>