Shades of Bright Turquoise #09EFD2
Tints of Bright Turquoise #09EFD2
RGB
CMYK
RGB Variations
Color information
#09EFD2 (or 0x09EFD2) is known color: Bright Turquoise. HEX triplet: 09, EF and D2. RGB value is (9,239,210). Sum of RGB (Red+Green+Blue) = 9+239+210=458 (60% of max value = 765). Red value is 9 (3.91% from 255 or 1.97% from 458); Green value is 239 (93.75% from 255 or 52.18% from 458); Blue value is 210 (82.42% from 255 or 45.85% from 458); Max value from RGB is 239 - color contains mainly: green. Hex color #09EFD2 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #09EFD2 is #F6102D. Grayscale: #A6A6A6. Windows color (decimal): -16125998 or 13823753. OLE color: 13823753.
HSL color Cylindrical-coordinate representation of color #09EFD2: hue angle of 172.43º 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 #09EFD2 is Cyan = 0.96, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 9 | 239 | 210 | - |
| CMYK | 0.96 | 0 | 0.12 | 0.06 |
| HSL | 172.43º | 0.93% | 0.49% | - |
| HSV(B) | 172.43º | 0.96% | 0.94% | - |
| XYZ | 42.61 | 66.44 | 71.55 | - |
| YUV | 166.92 | 152.3 | 15.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 239 | 210 | 0.96 | 0 | 0.12 | 0.06 | 172.43 | 0.93 | 0.49 |
| Hex | 9 | EF | D2 | 60 | 0 | C | 6 | AC | 5D | 31 |
| Octal | 11 | 357 | 322 | 140 | 0 | 14 | 6 | 254 | 135 | 61 |
| Binary | 1001 | 11101111 | 11010010 | 1100000 | 0 | 1100 | 110 | 10101100 | 1011101 | 110001 |
Color Harmonies of #09EFD2
Complementary color
Monochromatic Colors of #09EFD2
Black with #09EFD2
Text Example
Text Example
White with #09EFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09EFD2; }
p { color: rgb(9,239,210); }
H1.HeaderClassName
{
color: #09EFD2;
}
.AnyTagClassName
{
color: #09EFD2;
}
</style>
background-color css
<style>
a { background-color: #09EFD2; }
a { background-color: rgb(9,239,210); }
div.DivClassName
{
background-color: #09EFD2;
}
.BgClassName
{
background-color: #09EFD2;
}
</style>
border-color css
<style>
span { border-color: #09EFD2; }
span { border-color: rgb(9,239,210); }
td.TdClassName
{
border-color: #09EFD2;
}
.TagClassName
{
border-color: #09EFD2;
}
</style>