Shades of Bright Turquoise #22DDDD
Tints of Bright Turquoise #22DDDD
RGB
CMYK
RGB Variations
Color information
#22DDDD (or 0x22DDDD) is known color: Bright Turquoise. HEX triplet: 22, DD and DD. RGB value is (34,221,221). Sum of RGB (Red+Green+Blue) = 34+221+221=476 (63% of max value = 765). Red value is 34 (13.67% from 255 or 7.14% from 476); Green value is 221 (86.72% from 255 or 46.43% from 476); Blue value is 221 (86.72% from 255 or 46.43% from 476); Max value from RGB is 221 - color contains mainly: green, blue. Hex color #22DDDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #22DDDD is #DD2222. Grayscale: #A4A4A4. Windows color (decimal): -14492195 or 14540066. OLE color: 14540066.
HSL color Cylindrical-coordinate representation of color #22DDDD: hue angle of 180º degrees, saturation: 0.73, 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 #22DDDD is Cyan = 0.85, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 34 | 221 | 221 | - |
CMYK | 0.85 | 0 | 0 | 0.13 |
HSL | 180º | 0.73% | 0.5% | - |
HSV(B) | 180º | 0.85% | 0.87% | - |
XYZ | 39.57 | 57.27 | 77.38 | - |
YUV | 165.09 | 159.55 | 34.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 34 | 221 | 221 | 0.85 | 0 | 0 | 0.13 | 180 | 0.73 | 0.5 |
Hex | 22 | DD | DD | 55 | 0 | 0 | D | B4 | 49 | 32 |
Octal | 42 | 335 | 335 | 125 | 0 | 0 | 15 | 264 | 111 | 62 |
Binary | 100010 | 11011101 | 11011101 | 1010101 | 0 | 0 | 1101 | 10110100 | 1001001 | 110010 |
Color Harmonies of #22DDDD
Complementary color
Monochromatic Colors of #22DDDD
Black with #22DDDD
Text Example
Text Example
White with #22DDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22DDDD; }
p { color: rgb(34,221,221); }
H1.HeaderClassName
{
color: #22DDDD;
}
.AnyTagClassName
{
color: #22DDDD;
}
</style>
background-color css
<style>
a { background-color: #22DDDD; }
a { background-color: rgb(34,221,221); }
div.DivClassName
{
background-color: #22DDDD;
}
.BgClassName
{
background-color: #22DDDD;
}
</style>
border-color css
<style>
span { border-color: #22DDDD; }
span { border-color: rgb(34,221,221); }
td.TdClassName
{
border-color: #22DDDD;
}
.TagClassName
{
border-color: #22DDDD;
}
</style>