Shades of Dark Turquoise #22CFE0
Tints of Dark Turquoise #22CFE0
RGB
CMYK
RGB Variations
Color information
#22CFE0 (or 0x22CFE0) is known color: Dark Turquoise. HEX triplet: 22, CF and E0. RGB value is (34,207,224). Sum of RGB (Red+Green+Blue) = 34+207+224=465 (61% of max value = 765). Red value is 34 (13.67% from 255 or 7.31% from 465); Green value is 207 (81.25% from 255 or 44.52% from 465); Blue value is 224 (87.89% from 255 or 48.17% from 465); Max value from RGB is 224 - color contains mainly: blue. Hex color #22CFE0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #22CFE0 is #DD301F. Grayscale: #9C9C9C. Windows color (decimal): -14495776 or 14733090. OLE color: 14733090.
HSL color Cylindrical-coordinate representation of color #22CFE0: hue angle of 185.37º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #22CFE0 is Cyan = 0.85, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 34 | 207 | 224 | - |
| CMYK | 0.85 | 0.08 | 0 | 0.12 |
| HSL | 185.37º | 0.75% | 0.51% | - |
| HSV(B) | 185.37º | 0.85% | 0.88% | - |
| XYZ | 36.43 | 50.35 | 78.32 | - |
| YUV | 157.21 | 165.69 | 40.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 207 | 224 | 0.85 | 0.08 | 0 | 0.12 | 185.37 | 0.75 | 0.51 |
| Hex | 22 | CF | E0 | 55 | 8 | 0 | C | B9 | 4B | 33 |
| Octal | 42 | 317 | 340 | 125 | 10 | 0 | 14 | 271 | 113 | 63 |
| Binary | 100010 | 11001111 | 11100000 | 1010101 | 1000 | 0 | 1100 | 10111001 | 1001011 | 110011 |
Color Harmonies of #22CFE0
Complementary color
Monochromatic Colors of #22CFE0
Black with #22CFE0
Text Example
Text Example
White with #22CFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22CFE0; }
p { color: rgb(34,207,224); }
H1.HeaderClassName
{
color: #22CFE0;
}
.AnyTagClassName
{
color: #22CFE0;
}
</style>
background-color css
<style>
a { background-color: #22CFE0; }
a { background-color: rgb(34,207,224); }
div.DivClassName
{
background-color: #22CFE0;
}
.BgClassName
{
background-color: #22CFE0;
}
</style>
border-color css
<style>
span { border-color: #22CFE0; }
span { border-color: rgb(34,207,224); }
td.TdClassName
{
border-color: #22CFE0;
}
.TagClassName
{
border-color: #22CFE0;
}
</style>