Shades of Turquoise #33EDFF
Tints of Turquoise #33EDFF
RGB
CMYK
RGB Variations
Color information
#33EDFF (or 0x33EDFF) is known color: Turquoise. HEX triplet: 33, ED and FF. RGB value is (51,237,255). Sum of RGB (Red+Green+Blue) = 51+237+255=543 (71% of max value = 765). Red value is 51 (20.31% from 255 or 9.39% from 543); Green value is 237 (92.97% from 255 or 43.65% from 543); Blue value is 255 (100% from 255 or 46.96% from 543); Max value from RGB is 255 - color contains mainly: blue. Hex color #33EDFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #33EDFF is #CC1200. Grayscale: #B7B7B7. Windows color (decimal): -13373953 or 16772403. OLE color: 16772403.
HSL color Cylindrical-coordinate representation of color #33EDFF: hue angle of 185.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 #33EDFF is Cyan = 0.8, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 51 | 237 | 255 | - |
| CMYK | 0.8 | 0.07 | 0 | 0 |
| HSL | 185.29º | 1% | 0.6% | - |
| HSV(B) | 185.29º | 0.8% | 1% | - |
| XYZ | 49.7 | 68.49 | 105.21 | - |
| YUV | 183.44 | 168.38 | 33.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 237 | 255 | 0.8 | 0.07 | 0 | 0 | 185.29 | 1 | 0.6 |
| Hex | 33 | ED | FF | 50 | 7 | 0 | 0 | B9 | 64 | 3C |
| Octal | 63 | 355 | 377 | 120 | 7 | 0 | 0 | 271 | 144 | 74 |
| Binary | 110011 | 11101101 | 11111111 | 1010000 | 111 | 0 | 0 | 10111001 | 1100100 | 111100 |
Color Harmonies of #33EDFF
Complementary color
Monochromatic Colors of #33EDFF
Black with #33EDFF
Text Example
Text Example
White with #33EDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33EDFF; }
p { color: rgb(51,237,255); }
H1.HeaderClassName
{
color: #33EDFF;
}
.AnyTagClassName
{
color: #33EDFF;
}
</style>
background-color css
<style>
a { background-color: #33EDFF; }
a { background-color: rgb(51,237,255); }
div.DivClassName
{
background-color: #33EDFF;
}
.BgClassName
{
background-color: #33EDFF;
}
</style>
border-color css
<style>
span { border-color: #33EDFF; }
span { border-color: rgb(51,237,255); }
td.TdClassName
{
border-color: #33EDFF;
}
.TagClassName
{
border-color: #33EDFF;
}
</style>