Shades of Bright Turquoise #09DEDF
Tints of Bright Turquoise #09DEDF
RGB
CMYK
RGB Variations
Color information
#09DEDF (or 0x09DEDF) is known color: Bright Turquoise. HEX triplet: 09, DE and DF. RGB value is (9,222,223). Sum of RGB (Red+Green+Blue) = 9+222+223=454 (60% of max value = 765). Red value is 9 (3.91% from 255 or 1.98% from 454); Green value is 222 (87.11% from 255 or 48.90% from 454); Blue value is 223 (87.5% from 255 or 49.12% from 454); Max value from RGB is 223 - color contains mainly: blue. Hex color #09DEDF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09DEDF is #F62120. Grayscale: #9E9E9E. Windows color (decimal): -16130337 or 14671369. OLE color: 14671369.
HSL color Cylindrical-coordinate representation of color #09DEDF: hue angle of 180.28º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09DEDF is Cyan = 0.96, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 9 | 222 | 223 | - |
| CMYK | 0.96 | 0.00 | 0 | 0.13 |
| HSL | 180.28º | 0.92% | 0.45% | - |
| HSV(B) | 180.28º | 0.96% | 0.87% | - |
| XYZ | 39.55 | 57.63 | 78.85 | - |
| YUV | 158.43 | 164.43 | 21.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 222 | 223 | 0.96 | 0.00 | 0 | 0.13 | 180.28 | 0.92 | 0.45 |
| Hex | 9 | DE | DF | 60 | 0 | 0 | D | B4 | 5C | 2D |
| Octal | 11 | 336 | 337 | 140 | 0 | 0 | 15 | 264 | 134 | 55 |
| Binary | 1001 | 11011110 | 11011111 | 1100000 | 0 | 0 | 1101 | 10110100 | 1011100 | 101101 |
Color Harmonies of #09DEDF
Complementary color
Monochromatic Colors of #09DEDF
Black with #09DEDF
Text Example
Text Example
White with #09DEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09DEDF; }
p { color: rgb(9,222,223); }
H1.HeaderClassName
{
color: #09DEDF;
}
.AnyTagClassName
{
color: #09DEDF;
}
</style>
background-color css
<style>
a { background-color: #09DEDF; }
a { background-color: rgb(9,222,223); }
div.DivClassName
{
background-color: #09DEDF;
}
.BgClassName
{
background-color: #09DEDF;
}
</style>
border-color css
<style>
span { border-color: #09DEDF; }
span { border-color: rgb(9,222,223); }
td.TdClassName
{
border-color: #09DEDF;
}
.TagClassName
{
border-color: #09DEDF;
}
</style>