Shades of Dark Turquoise #22CFDE
Tints of Dark Turquoise #22CFDE
RGB
CMYK
RGB Variations
Color information
#22CFDE (or 0x22CFDE) is known color: Dark Turquoise. HEX triplet: 22, CF and DE. RGB value is (34,207,222). Sum of RGB (Red+Green+Blue) = 34+207+222=463 (61% of max value = 765). Red value is 34 (13.67% from 255 or 7.34% from 463); Green value is 207 (81.25% from 255 or 44.71% from 463); Blue value is 222 (87.11% from 255 or 47.95% from 463); Max value from RGB is 222 - color contains mainly: blue. Hex color #22CFDE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #22CFDE is #DD3021. Grayscale: #9C9C9C. Windows color (decimal): -14495778 or 14602018. OLE color: 14602018.
HSL color Cylindrical-coordinate representation of color #22CFDE: hue angle of 184.79º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #22CFDE is Cyan = 0.85, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 34 | 207 | 222 | - |
| CMYK | 0.85 | 0.07 | 0 | 0.13 |
| HSL | 184.79º | 0.74% | 0.5% | - |
| HSV(B) | 184.79º | 0.85% | 0.87% | - |
| XYZ | 36.16 | 50.24 | 76.9 | - |
| YUV | 156.98 | 164.69 | 40.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 207 | 222 | 0.85 | 0.07 | 0 | 0.13 | 184.79 | 0.74 | 0.5 |
| Hex | 22 | CF | DE | 55 | 7 | 0 | D | B9 | 4A | 32 |
| Octal | 42 | 317 | 336 | 125 | 7 | 0 | 15 | 271 | 112 | 62 |
| Binary | 100010 | 11001111 | 11011110 | 1010101 | 111 | 0 | 1101 | 10111001 | 1001010 | 110010 |
Color Harmonies of #22CFDE
Complementary color
Monochromatic Colors of #22CFDE
Black with #22CFDE
Text Example
Text Example
White with #22CFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22CFDE; }
p { color: rgb(34,207,222); }
H1.HeaderClassName
{
color: #22CFDE;
}
.AnyTagClassName
{
color: #22CFDE;
}
</style>
background-color css
<style>
a { background-color: #22CFDE; }
a { background-color: rgb(34,207,222); }
div.DivClassName
{
background-color: #22CFDE;
}
.BgClassName
{
background-color: #22CFDE;
}
</style>
border-color css
<style>
span { border-color: #22CFDE; }
span { border-color: rgb(34,207,222); }
td.TdClassName
{
border-color: #22CFDE;
}
.TagClassName
{
border-color: #22CFDE;
}
</style>