Shades of Bright Turquoise #09DCDA
Tints of Bright Turquoise #09DCDA
RGB
CMYK
RGB Variations
Color information
#09DCDA (or 0x09DCDA) is known color: Bright Turquoise. HEX triplet: 09, DC and DA. RGB value is (9,220,218). Sum of RGB (Red+Green+Blue) = 9+220+218=447 (59% of max value = 765). Red value is 9 (3.91% from 255 or 2.01% from 447); Green value is 220 (86.33% from 255 or 49.22% from 447); Blue value is 218 (85.55% from 255 or 48.77% from 447); Max value from RGB is 220 - color contains mainly: green. Hex color #09DCDA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09DCDA is #F62325. Grayscale: #9C9C9C. Windows color (decimal): -16130854 or 14343177. OLE color: 14343177.
HSL color Cylindrical-coordinate representation of color #09DCDA: hue angle of 179.43º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09DCDA is Cyan = 0.96, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
RGB | 9 | 220 | 218 | - |
CMYK | 0.96 | 0 | 0.01 | 0.14 |
HSL | 179.43º | 0.92% | 0.45% | - |
HSV(B) | 179.43º | 0.96% | 0.86% | - |
XYZ | 38.36 | 56.31 | 75.18 | - |
YUV | 156.68 | 162.6 | 22.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 9 | 220 | 218 | 0.96 | 0 | 0.01 | 0.14 | 179.43 | 0.92 | 0.45 |
Hex | 9 | DC | DA | 60 | 0 | 1 | E | B3 | 5C | 2D |
Octal | 11 | 334 | 332 | 140 | 0 | 1 | 16 | 263 | 134 | 55 |
Binary | 1001 | 11011100 | 11011010 | 1100000 | 0 | 1 | 1110 | 10110011 | 1011100 | 101101 |
Color Harmonies of #09DCDA
Complementary color
Monochromatic Colors of #09DCDA
Black with #09DCDA
Text Example
Text Example
White with #09DCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09DCDA; }
p { color: rgb(9,220,218); }
H1.HeaderClassName
{
color: #09DCDA;
}
.AnyTagClassName
{
color: #09DCDA;
}
</style>
background-color css
<style>
a { background-color: #09DCDA; }
a { background-color: rgb(9,220,218); }
div.DivClassName
{
background-color: #09DCDA;
}
.BgClassName
{
background-color: #09DCDA;
}
</style>
border-color css
<style>
span { border-color: #09DCDA; }
span { border-color: rgb(9,220,218); }
td.TdClassName
{
border-color: #09DCDA;
}
.TagClassName
{
border-color: #09DCDA;
}
</style>