Shades of Dark Turquoise #09CAE6
Tints of Dark Turquoise #09CAE6
RGB
CMYK
RGB Variations
Color information
#09CAE6 (or 0x09CAE6) is known color: Dark Turquoise. HEX triplet: 09, CA and E6. RGB value is (9,202,230). Sum of RGB (Red+Green+Blue) = 9+202+230=441 (58% of max value = 765). Red value is 9 (3.91% from 255 or 2.04% from 441); Green value is 202 (79.30% from 255 or 45.80% from 441); Blue value is 230 (90.23% from 255 or 52.15% from 441); Max value from RGB is 230 - color contains mainly: blue. Hex color #09CAE6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #09CAE6 is #F63519. Grayscale: #939393. Windows color (decimal): -16135450 or 15125001. OLE color: 15125001.
HSL color Cylindrical-coordinate representation of color #09CAE6: hue angle of 187.6º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09CAE6 is Cyan = 0.96, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 9 | 202 | 230 | - |
| CMYK | 0.96 | 0.12 | 0 | 0.10 |
| HSL | 187.6º | 0.92% | 0.47% | - |
| HSV(B) | 187.6º | 0.96% | 0.9% | - |
| XYZ | 35.52 | 48.01 | 82.26 | - |
| YUV | 147.49 | 174.56 | 29.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 202 | 230 | 0.96 | 0.12 | 0 | 0.10 | 187.6 | 0.92 | 0.47 |
| Hex | 9 | CA | E6 | 60 | C | 0 | A | BC | 5C | 2F |
| Octal | 11 | 312 | 346 | 140 | 14 | 0 | 12 | 274 | 134 | 57 |
| Binary | 1001 | 11001010 | 11100110 | 1100000 | 1100 | 0 | 1010 | 10111100 | 1011100 | 101111 |
Color Harmonies of #09CAE6
Complementary color
Monochromatic Colors of #09CAE6
Black with #09CAE6
Text Example
Text Example
White with #09CAE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09CAE6; }
p { color: rgb(9,202,230); }
H1.HeaderClassName
{
color: #09CAE6;
}
.AnyTagClassName
{
color: #09CAE6;
}
</style>
background-color css
<style>
a { background-color: #09CAE6; }
a { background-color: rgb(9,202,230); }
div.DivClassName
{
background-color: #09CAE6;
}
.BgClassName
{
background-color: #09CAE6;
}
</style>
border-color css
<style>
span { border-color: #09CAE6; }
span { border-color: rgb(9,202,230); }
td.TdClassName
{
border-color: #09CAE6;
}
.TagClassName
{
border-color: #09CAE6;
}
</style>