Shades of Turquoise #33D5EE
Tints of Turquoise #33D5EE
RGB
CMYK
RGB Variations
Color information
#33D5EE (or 0x33D5EE) is known color: Turquoise. HEX triplet: 33, D5 and EE. RGB value is (51,213,238). Sum of RGB (Red+Green+Blue) = 51+213+238=502 (66% of max value = 765). Red value is 51 (20.31% from 255 or 10.16% from 502); Green value is 213 (83.59% from 255 or 42.43% from 502); Blue value is 238 (93.36% from 255 or 47.41% from 502); Max value from RGB is 238 - color contains mainly: blue. Hex color #33D5EE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #33D5EE is #CC2A11. Grayscale: #A7A7A7. Windows color (decimal): -13380114 or 15652147. OLE color: 15652147.
HSL color Cylindrical-coordinate representation of color #33D5EE: hue angle of 188.02º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #33D5EE is Cyan = 0.79, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 51 | 213 | 238 | - |
| CMYK | 0.79 | 0.11 | 0 | 0.07 |
| HSL | 188.02º | 0.85% | 0.57% | - |
| HSV(B) | 188.02º | 0.79% | 0.93% | - |
| XYZ | 40.59 | 54.47 | 89.26 | - |
| YUV | 167.41 | 167.83 | 44.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 213 | 238 | 0.79 | 0.11 | 0 | 0.07 | 188.02 | 0.85 | 0.57 |
| Hex | 33 | D5 | EE | 4F | B | 0 | 7 | BC | 55 | 39 |
| Octal | 63 | 325 | 356 | 117 | 13 | 0 | 7 | 274 | 125 | 71 |
| Binary | 110011 | 11010101 | 11101110 | 1001111 | 1011 | 0 | 111 | 10111100 | 1010101 | 111001 |
Color Harmonies of #33D5EE
Complementary color
Monochromatic Colors of #33D5EE
Black with #33D5EE
Text Example
Text Example
White with #33D5EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33D5EE; }
p { color: rgb(51,213,238); }
H1.HeaderClassName
{
color: #33D5EE;
}
.AnyTagClassName
{
color: #33D5EE;
}
</style>
background-color css
<style>
a { background-color: #33D5EE; }
a { background-color: rgb(51,213,238); }
div.DivClassName
{
background-color: #33D5EE;
}
.BgClassName
{
background-color: #33D5EE;
}
</style>
border-color css
<style>
span { border-color: #33D5EE; }
span { border-color: rgb(51,213,238); }
td.TdClassName
{
border-color: #33D5EE;
}
.TagClassName
{
border-color: #33D5EE;
}
</style>