Shades of Turquoise #33DCED
Tints of Turquoise #33DCED
RGB
CMYK
RGB Variations
Color information
#33DCED (or 0x33DCED) is known color: Turquoise. HEX triplet: 33, DC and ED. RGB value is (51,220,237). Sum of RGB (Red+Green+Blue) = 51+220+237=508 (67% of max value = 765). Red value is 51 (20.31% from 255 or 10.04% from 508); Green value is 220 (86.33% from 255 or 43.31% from 508); Blue value is 237 (92.97% from 255 or 46.65% from 508); Max value from RGB is 237 - color contains mainly: blue. Hex color #33DCED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #33DCED is #CC2312. Grayscale: #ABABAB. Windows color (decimal): -13378323 or 15588403. OLE color: 15588403.
HSL color Cylindrical-coordinate representation of color #33DCED: hue angle of 185.48º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #33DCED is Cyan = 0.78, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 51 | 220 | 237 | - |
| CMYK | 0.78 | 0.07 | 0 | 0.07 |
| HSL | 185.48º | 0.84% | 0.56% | - |
| HSV(B) | 185.48º | 0.78% | 0.93% | - |
| XYZ | 42.24 | 58 | 89.09 | - |
| YUV | 171.41 | 165.01 | 42.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 220 | 237 | 0.78 | 0.07 | 0 | 0.07 | 185.48 | 0.84 | 0.56 |
| Hex | 33 | DC | ED | 4E | 7 | 0 | 7 | B9 | 54 | 38 |
| Octal | 63 | 334 | 355 | 116 | 7 | 0 | 7 | 271 | 124 | 70 |
| Binary | 110011 | 11011100 | 11101101 | 1001110 | 111 | 0 | 111 | 10111001 | 1010100 | 111000 |
Color Harmonies of #33DCED
Complementary color
Monochromatic Colors of #33DCED
Black with #33DCED
Text Example
Text Example
White with #33DCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33DCED; }
p { color: rgb(51,220,237); }
H1.HeaderClassName
{
color: #33DCED;
}
.AnyTagClassName
{
color: #33DCED;
}
</style>
background-color css
<style>
a { background-color: #33DCED; }
a { background-color: rgb(51,220,237); }
div.DivClassName
{
background-color: #33DCED;
}
.BgClassName
{
background-color: #33DCED;
}
</style>
border-color css
<style>
span { border-color: #33DCED; }
span { border-color: rgb(51,220,237); }
td.TdClassName
{
border-color: #33DCED;
}
.TagClassName
{
border-color: #33DCED;
}
</style>