Shades of Dark Turquoise #22CBDF
Tints of Dark Turquoise #22CBDF
RGB
CMYK
RGB Variations
Color information
#22CBDF (or 0x22CBDF) is known color: Dark Turquoise. HEX triplet: 22, CB and DF. RGB value is (34,203,223). Sum of RGB (Red+Green+Blue) = 34+203+223=460 (60% of max value = 765). Red value is 34 (13.67% from 255 or 7.39% from 460); Green value is 203 (79.69% from 255 or 44.13% from 460); Blue value is 223 (87.5% from 255 or 48.48% from 460); Max value from RGB is 223 - color contains mainly: blue. Hex color #22CBDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #22CBDF is #DD3420. Grayscale: #9A9A9A. Windows color (decimal): -14496801 or 14666530. OLE color: 14666530.
HSL color Cylindrical-coordinate representation of color #22CBDF: hue angle of 186.35º degrees, saturation: 0.75, 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 #22CBDF is Cyan = 0.85, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 34 | 203 | 223 | - |
| CMYK | 0.85 | 0.09 | 0 | 0.13 |
| HSL | 186.35º | 0.75% | 0.5% | - |
| HSV(B) | 186.35º | 0.85% | 0.87% | - |
| XYZ | 35.33 | 48.38 | 77.29 | - |
| YUV | 154.75 | 166.51 | 41.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 203 | 223 | 0.85 | 0.09 | 0 | 0.13 | 186.35 | 0.75 | 0.5 |
| Hex | 22 | CB | DF | 55 | 9 | 0 | D | BA | 4B | 32 |
| Octal | 42 | 313 | 337 | 125 | 11 | 0 | 15 | 272 | 113 | 62 |
| Binary | 100010 | 11001011 | 11011111 | 1010101 | 1001 | 0 | 1101 | 10111010 | 1001011 | 110010 |
Color Harmonies of #22CBDF
Complementary color
Monochromatic Colors of #22CBDF
Black with #22CBDF
Text Example
Text Example
White with #22CBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22CBDF; }
p { color: rgb(34,203,223); }
H1.HeaderClassName
{
color: #22CBDF;
}
.AnyTagClassName
{
color: #22CBDF;
}
</style>
background-color css
<style>
a { background-color: #22CBDF; }
a { background-color: rgb(34,203,223); }
div.DivClassName
{
background-color: #22CBDF;
}
.BgClassName
{
background-color: #22CBDF;
}
</style>
border-color css
<style>
span { border-color: #22CBDF; }
span { border-color: rgb(34,203,223); }
td.TdClassName
{
border-color: #22CBDF;
}
.TagClassName
{
border-color: #22CBDF;
}
</style>