Shades of Dark Turquoise #22CEE3
Tints of Dark Turquoise #22CEE3
RGB
CMYK
RGB Variations
Color information
#22CEE3 (or 0x22CEE3) is known color: Dark Turquoise. HEX triplet: 22, CE and E3. RGB value is (34,206,227). Sum of RGB (Red+Green+Blue) = 34+206+227=467 (61% of max value = 765). Red value is 34 (13.67% from 255 or 7.28% from 467); Green value is 206 (80.86% from 255 or 44.11% from 467); Blue value is 227 (89.06% from 255 or 48.61% from 467); Max value from RGB is 227 - color contains mainly: blue. Hex color #22CEE3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #22CEE3 is #DD311C. Grayscale: #9C9C9C. Windows color (decimal): -14496029 or 14929442. OLE color: 14929442.
HSL color Cylindrical-coordinate representation of color #22CEE3: hue angle of 186.53º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #22CEE3 is Cyan = 0.85, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 34 | 206 | 227 | - |
| CMYK | 0.85 | 0.09 | 0 | 0.11 |
| HSL | 186.53º | 0.78% | 0.51% | - |
| HSV(B) | 186.53º | 0.85% | 0.89% | - |
| XYZ | 36.6 | 50.03 | 80.4 | - |
| YUV | 156.97 | 167.52 | 40.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 206 | 227 | 0.85 | 0.09 | 0 | 0.11 | 186.53 | 0.78 | 0.51 |
| Hex | 22 | CE | E3 | 55 | 9 | 0 | B | BB | 4E | 33 |
| Octal | 42 | 316 | 343 | 125 | 11 | 0 | 13 | 273 | 116 | 63 |
| Binary | 100010 | 11001110 | 11100011 | 1010101 | 1001 | 0 | 1011 | 10111011 | 1001110 | 110011 |
Color Harmonies of #22CEE3
Complementary color
Monochromatic Colors of #22CEE3
Black with #22CEE3
Text Example
Text Example
White with #22CEE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22CEE3; }
p { color: rgb(34,206,227); }
H1.HeaderClassName
{
color: #22CEE3;
}
.AnyTagClassName
{
color: #22CEE3;
}
</style>
background-color css
<style>
a { background-color: #22CEE3; }
a { background-color: rgb(34,206,227); }
div.DivClassName
{
background-color: #22CEE3;
}
.BgClassName
{
background-color: #22CEE3;
}
</style>
border-color css
<style>
span { border-color: #22CEE3; }
span { border-color: rgb(34,206,227); }
td.TdClassName
{
border-color: #22CEE3;
}
.TagClassName
{
border-color: #22CEE3;
}
</style>