Shades of Turquoise #33ECFF
Tints of Turquoise #33ECFF
RGB
CMYK
RGB Variations
Color information
#33ECFF (or 0x33ECFF) is known color: Turquoise. HEX triplet: 33, EC and FF. RGB value is (51,236,255). Sum of RGB (Red+Green+Blue) = 51+236+255=542 (71% of max value = 765). Red value is 51 (20.31% from 255 or 9.41% from 542); Green value is 236 (92.58% from 255 or 43.54% from 542); Blue value is 255 (100% from 255 or 47.05% from 542); Max value from RGB is 255 - color contains mainly: blue. Hex color #33ECFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #33ECFF is #CC1300. Grayscale: #B6B6B6. Windows color (decimal): -13374209 or 16772147. OLE color: 16772147.
HSL color Cylindrical-coordinate representation of color #33ECFF: hue angle of 185.59º 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 #33ECFF is Cyan = 0.8, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 51 | 236 | 255 | - |
| CMYK | 0.8 | 0.07 | 0 | 0 |
| HSL | 185.59º | 1% | 0.6% | - |
| HSV(B) | 185.59º | 0.8% | 1% | - |
| XYZ | 49.41 | 67.91 | 105.11 | - |
| YUV | 182.85 | 168.71 | 33.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 236 | 255 | 0.8 | 0.07 | 0 | 0 | 185.59 | 1 | 0.6 |
| Hex | 33 | EC | FF | 50 | 7 | 0 | 0 | BA | 64 | 3C |
| Octal | 63 | 354 | 377 | 120 | 7 | 0 | 0 | 272 | 144 | 74 |
| Binary | 110011 | 11101100 | 11111111 | 1010000 | 111 | 0 | 0 | 10111010 | 1100100 | 111100 |
Color Harmonies of #33ECFF
Complementary color
Monochromatic Colors of #33ECFF
Black with #33ECFF
Text Example
Text Example
White with #33ECFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33ECFF; }
p { color: rgb(51,236,255); }
H1.HeaderClassName
{
color: #33ECFF;
}
.AnyTagClassName
{
color: #33ECFF;
}
</style>
background-color css
<style>
a { background-color: #33ECFF; }
a { background-color: rgb(51,236,255); }
div.DivClassName
{
background-color: #33ECFF;
}
.BgClassName
{
background-color: #33ECFF;
}
</style>
border-color css
<style>
span { border-color: #33ECFF; }
span { border-color: rgb(51,236,255); }
td.TdClassName
{
border-color: #33ECFF;
}
.TagClassName
{
border-color: #33ECFF;
}
</style>