Shades of Dark Turquoise #09C3E4
Tints of Dark Turquoise #09C3E4
RGB
CMYK
RGB Variations
Color information
#09C3E4 (or 0x09C3E4) is known color: Dark Turquoise. HEX triplet: 09, C3 and E4. RGB value is (9,195,228). Sum of RGB (Red+Green+Blue) = 9+195+228=432 (57% of max value = 765). Red value is 9 (3.91% from 255 or 2.08% from 432); Green value is 195 (76.56% from 255 or 45.14% from 432); Blue value is 228 (89.45% from 255 or 52.78% from 432); Max value from RGB is 228 - color contains mainly: blue. Hex color #09C3E4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09C3E4 is #F63C1B. Grayscale: #8E8E8E. Windows color (decimal): -16137244 or 14992137. OLE color: 14992137.
HSL color Cylindrical-coordinate representation of color #09C3E4: hue angle of 189.04º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09C3E4 is Cyan = 0.96, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 9 | 195 | 228 | - |
| CMYK | 0.96 | 0.14 | 0 | 0.11 |
| HSL | 189.04º | 0.92% | 0.46% | - |
| HSV(B) | 189.04º | 0.96% | 0.89% | - |
| XYZ | 33.63 | 44.69 | 80.25 | - |
| YUV | 143.15 | 175.88 | 32.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 195 | 228 | 0.96 | 0.14 | 0 | 0.11 | 189.04 | 0.92 | 0.46 |
| Hex | 9 | C3 | E4 | 60 | E | 0 | B | BD | 5C | 2E |
| Octal | 11 | 303 | 344 | 140 | 16 | 0 | 13 | 275 | 134 | 56 |
| Binary | 1001 | 11000011 | 11100100 | 1100000 | 1110 | 0 | 1011 | 10111101 | 1011100 | 101110 |
Color Harmonies of #09C3E4
Complementary color
Monochromatic Colors of #09C3E4
Black with #09C3E4
Text Example
Text Example
White with #09C3E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09C3E4; }
p { color: rgb(9,195,228); }
H1.HeaderClassName
{
color: #09C3E4;
}
.AnyTagClassName
{
color: #09C3E4;
}
</style>
background-color css
<style>
a { background-color: #09C3E4; }
a { background-color: rgb(9,195,228); }
div.DivClassName
{
background-color: #09C3E4;
}
.BgClassName
{
background-color: #09C3E4;
}
</style>
border-color css
<style>
span { border-color: #09C3E4; }
span { border-color: rgb(9,195,228); }
td.TdClassName
{
border-color: #09C3E4;
}
.TagClassName
{
border-color: #09C3E4;
}
</style>