Shades of Bright Turquoise #09DFE4
Tints of Bright Turquoise #09DFE4
RGB
CMYK
RGB Variations
Color information
#09DFE4 (or 0x09DFE4) is known color: Bright Turquoise. HEX triplet: 09, DF and E4. RGB value is (9,223,228). Sum of RGB (Red+Green+Blue) = 9+223+228=460 (60% of max value = 765). Red value is 9 (3.91% from 255 or 1.96% from 460); Green value is 223 (87.5% from 255 or 48.48% from 460); Blue value is 228 (89.45% from 255 or 49.57% from 460); Max value from RGB is 228 - color contains mainly: blue. Hex color #09DFE4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09DFE4 is #F6201B. Grayscale: #9F9F9F. Windows color (decimal): -16130076 or 14999305. OLE color: 14999305.
HSL color Cylindrical-coordinate representation of color #09DFE4: hue angle of 181.37º 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 #09DFE4 is Cyan = 0.96, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 9 | 223 | 228 | - |
| CMYK | 0.96 | 0.02 | 0 | 0.11 |
| HSL | 181.37º | 0.92% | 0.46% | - |
| HSV(B) | 181.37º | 0.96% | 0.89% | - |
| XYZ | 40.5 | 58.43 | 82.54 | - |
| YUV | 159.58 | 166.6 | 20.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 223 | 228 | 0.96 | 0.02 | 0 | 0.11 | 181.37 | 0.92 | 0.46 |
| Hex | 9 | DF | E4 | 60 | 2 | 0 | B | B5 | 5C | 2E |
| Octal | 11 | 337 | 344 | 140 | 2 | 0 | 13 | 265 | 134 | 56 |
| Binary | 1001 | 11011111 | 11100100 | 1100000 | 10 | 0 | 1011 | 10110101 | 1011100 | 101110 |
Color Harmonies of #09DFE4
Complementary color
Monochromatic Colors of #09DFE4
Black with #09DFE4
Text Example
Text Example
White with #09DFE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09DFE4; }
p { color: rgb(9,223,228); }
H1.HeaderClassName
{
color: #09DFE4;
}
.AnyTagClassName
{
color: #09DFE4;
}
</style>
background-color css
<style>
a { background-color: #09DFE4; }
a { background-color: rgb(9,223,228); }
div.DivClassName
{
background-color: #09DFE4;
}
.BgClassName
{
background-color: #09DFE4;
}
</style>
border-color css
<style>
span { border-color: #09DFE4; }
span { border-color: rgb(9,223,228); }
td.TdClassName
{
border-color: #09DFE4;
}
.TagClassName
{
border-color: #09DFE4;
}
</style>