Shades of Bright Turquoise #22DBEE
Tints of Bright Turquoise #22DBEE
RGB
CMYK
RGB Variations
Color information
#22DBEE (or 0x22DBEE) is known color: Bright Turquoise. HEX triplet: 22, DB and EE. RGB value is (34,219,238). Sum of RGB (Red+Green+Blue) = 34+219+238=491 (65% of max value = 765). Red value is 34 (13.67% from 255 or 6.92% from 491); Green value is 219 (85.94% from 255 or 44.60% from 491); Blue value is 238 (93.36% from 255 or 48.47% from 491); Max value from RGB is 238 - color contains mainly: blue. Hex color #22DBEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #22DBEE is #DD2411. Grayscale: #A5A5A5. Windows color (decimal): -14492690 or 15653666. OLE color: 15653666.
HSL color Cylindrical-coordinate representation of color #22DBEE: hue angle of 185.59º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #22DBEE is Cyan = 0.86, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 34 | 219 | 238 | - |
| CMYK | 0.86 | 0.08 | 0 | 0.07 |
| HSL | 185.59º | 0.86% | 0.53% | - |
| HSV(B) | 185.59º | 0.86% | 0.93% | - |
| XYZ | 41.42 | 57.18 | 89.74 | - |
| YUV | 165.85 | 168.71 | 33.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 219 | 238 | 0.86 | 0.08 | 0 | 0.07 | 185.59 | 0.86 | 0.53 |
| Hex | 22 | DB | EE | 56 | 8 | 0 | 7 | BA | 56 | 35 |
| Octal | 42 | 333 | 356 | 126 | 10 | 0 | 7 | 272 | 126 | 65 |
| Binary | 100010 | 11011011 | 11101110 | 1010110 | 1000 | 0 | 111 | 10111010 | 1010110 | 110101 |
Color Harmonies of #22DBEE
Complementary color
Monochromatic Colors of #22DBEE
Black with #22DBEE
Text Example
Text Example
White with #22DBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22DBEE; }
p { color: rgb(34,219,238); }
H1.HeaderClassName
{
color: #22DBEE;
}
.AnyTagClassName
{
color: #22DBEE;
}
</style>
background-color css
<style>
a { background-color: #22DBEE; }
a { background-color: rgb(34,219,238); }
div.DivClassName
{
background-color: #22DBEE;
}
.BgClassName
{
background-color: #22DBEE;
}
</style>
border-color css
<style>
span { border-color: #22DBEE; }
span { border-color: rgb(34,219,238); }
td.TdClassName
{
border-color: #22DBEE;
}
.TagClassName
{
border-color: #22DBEE;
}
</style>