Shades of Medium Turquoise #33CEDD
Tints of Medium Turquoise #33CEDD
RGB
CMYK
RGB Variations
Color information
#33CEDD (or 0x33CEDD) is known color: Medium Turquoise. HEX triplet: 33, CE and DD. RGB value is (51,206,221). Sum of RGB (Red+Green+Blue) = 51+206+221=478 (63% of max value = 765). Red value is 51 (20.31% from 255 or 10.67% from 478); Green value is 206 (80.86% from 255 or 43.10% from 478); Blue value is 221 (86.72% from 255 or 46.23% from 478); Max value from RGB is 221 - color contains mainly: blue. Hex color #33CEDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33CEDD is #CC3122. Grayscale: #A1A1A1. Windows color (decimal): -13381923 or 14536243. OLE color: 14536243.
HSL color Cylindrical-coordinate representation of color #33CEDD: hue angle of 185.29º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #33CEDD is Cyan = 0.77, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 51 | 206 | 221 | - |
| CMYK | 0.77 | 0.07 | 0 | 0.13 |
| HSL | 185.29º | 0.71% | 0.53% | - |
| HSV(B) | 185.29º | 0.77% | 0.87% | - |
| XYZ | 36.49 | 50.07 | 76.15 | - |
| YUV | 161.37 | 161.65 | 49.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 206 | 221 | 0.77 | 0.07 | 0 | 0.13 | 185.29 | 0.71 | 0.53 |
| Hex | 33 | CE | DD | 4D | 7 | 0 | D | B9 | 47 | 35 |
| Octal | 63 | 316 | 335 | 115 | 7 | 0 | 15 | 271 | 107 | 65 |
| Binary | 110011 | 11001110 | 11011101 | 1001101 | 111 | 0 | 1101 | 10111001 | 1000111 | 110101 |
Color Harmonies of #33CEDD
Complementary color
Monochromatic Colors of #33CEDD
Black with #33CEDD
Text Example
Text Example
White with #33CEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33CEDD; }
p { color: rgb(51,206,221); }
H1.HeaderClassName
{
color: #33CEDD;
}
.AnyTagClassName
{
color: #33CEDD;
}
</style>
background-color css
<style>
a { background-color: #33CEDD; }
a { background-color: rgb(51,206,221); }
div.DivClassName
{
background-color: #33CEDD;
}
.BgClassName
{
background-color: #33CEDD;
}
</style>
border-color css
<style>
span { border-color: #33CEDD; }
span { border-color: rgb(51,206,221); }
td.TdClassName
{
border-color: #33CEDD;
}
.TagClassName
{
border-color: #33CEDD;
}
</style>