Shades of Bright Turquoise #22DBEF
Tints of Bright Turquoise #22DBEF
RGB
CMYK
RGB Variations
Color information
#22DBEF (or 0x22DBEF) is known color: Bright Turquoise. HEX triplet: 22, DB and EF. RGB value is (34,219,239). Sum of RGB (Red+Green+Blue) = 34+219+239=492 (65% of max value = 765). Red value is 34 (13.67% from 255 or 6.91% from 492); Green value is 219 (85.94% from 255 or 44.51% from 492); Blue value is 239 (93.75% from 255 or 48.58% from 492); Max value from RGB is 239 - color contains mainly: blue. Hex color #22DBEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #22DBEF is #DD2410. Grayscale: #A5A5A5. Windows color (decimal): -14492689 or 15719202. OLE color: 15719202.
HSL color Cylindrical-coordinate representation of color #22DBEF: hue angle of 185.85º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #22DBEF is Cyan = 0.86, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 34 | 219 | 239 | - |
| CMYK | 0.86 | 0.08 | 0 | 0.06 |
| HSL | 185.85º | 0.86% | 0.54% | - |
| HSV(B) | 185.85º | 0.86% | 0.94% | - |
| XYZ | 41.57 | 57.24 | 90.52 | - |
| YUV | 165.97 | 169.21 | 33.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 219 | 239 | 0.86 | 0.08 | 0 | 0.06 | 185.85 | 0.86 | 0.54 |
| Hex | 22 | DB | EF | 56 | 8 | 0 | 6 | BA | 56 | 36 |
| Octal | 42 | 333 | 357 | 126 | 10 | 0 | 6 | 272 | 126 | 66 |
| Binary | 100010 | 11011011 | 11101111 | 1010110 | 1000 | 0 | 110 | 10111010 | 1010110 | 110110 |
Color Harmonies of #22DBEF
Complementary color
Monochromatic Colors of #22DBEF
Black with #22DBEF
Text Example
Text Example
White with #22DBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22DBEF; }
p { color: rgb(34,219,239); }
H1.HeaderClassName
{
color: #22DBEF;
}
.AnyTagClassName
{
color: #22DBEF;
}
</style>
background-color css
<style>
a { background-color: #22DBEF; }
a { background-color: rgb(34,219,239); }
div.DivClassName
{
background-color: #22DBEF;
}
.BgClassName
{
background-color: #22DBEF;
}
</style>
border-color css
<style>
span { border-color: #22DBEF; }
span { border-color: rgb(34,219,239); }
td.TdClassName
{
border-color: #22DBEF;
}
.TagClassName
{
border-color: #22DBEF;
}
</style>