Shades of Bright Turquoise #09DCEF
Tints of Bright Turquoise #09DCEF
RGB
CMYK
RGB Variations
Color information
#09DCEF (or 0x09DCEF) is known color: Bright Turquoise. HEX triplet: 09, DC and EF. RGB value is (9,220,239). Sum of RGB (Red+Green+Blue) = 9+220+239=468 (61% of max value = 765). Red value is 9 (3.91% from 255 or 1.92% from 468); Green value is 220 (86.33% from 255 or 47.01% from 468); Blue value is 239 (93.75% from 255 or 51.07% from 468); Max value from RGB is 239 - color contains mainly: blue. Hex color #09DCEF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #09DCEF is #F62310. Grayscale: #9E9E9E. Windows color (decimal): -16130833 or 15719433. OLE color: 15719433.
HSL color Cylindrical-coordinate representation of color #09DCEF: hue angle of 184.96º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09DCEF is Cyan = 0.96, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 9 | 220 | 239 | - |
| CMYK | 0.96 | 0.08 | 0 | 0.06 |
| HSL | 184.96º | 0.93% | 0.49% | - |
| HSV(B) | 184.96º | 0.96% | 0.94% | - |
| XYZ | 41.29 | 57.48 | 90.58 | - |
| YUV | 159.08 | 173.1 | 20.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 220 | 239 | 0.96 | 0.08 | 0 | 0.06 | 184.96 | 0.93 | 0.49 |
| Hex | 9 | DC | EF | 60 | 8 | 0 | 6 | B9 | 5D | 31 |
| Octal | 11 | 334 | 357 | 140 | 10 | 0 | 6 | 271 | 135 | 61 |
| Binary | 1001 | 11011100 | 11101111 | 1100000 | 1000 | 0 | 110 | 10111001 | 1011101 | 110001 |
Color Harmonies of #09DCEF
Complementary color
Monochromatic Colors of #09DCEF
Black with #09DCEF
Text Example
Text Example
White with #09DCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09DCEF; }
p { color: rgb(9,220,239); }
H1.HeaderClassName
{
color: #09DCEF;
}
.AnyTagClassName
{
color: #09DCEF;
}
</style>
background-color css
<style>
a { background-color: #09DCEF; }
a { background-color: rgb(9,220,239); }
div.DivClassName
{
background-color: #09DCEF;
}
.BgClassName
{
background-color: #09DCEF;
}
</style>
border-color css
<style>
span { border-color: #09DCEF; }
span { border-color: rgb(9,220,239); }
td.TdClassName
{
border-color: #09DCEF;
}
.TagClassName
{
border-color: #09DCEF;
}
</style>