Shades of Bright Turquoise #09F2D2
Tints of Bright Turquoise #09F2D2
RGB
CMYK
RGB Variations
Color information
#09F2D2 (or 0x09F2D2) is known color: Bright Turquoise. HEX triplet: 09, F2 and D2. RGB value is (9,242,210). Sum of RGB (Red+Green+Blue) = 9+242+210=461 (61% of max value = 765). Red value is 9 (3.91% from 255 or 1.95% from 461); Green value is 242 (94.92% from 255 or 52.49% from 461); Blue value is 210 (82.42% from 255 or 45.55% from 461); Max value from RGB is 242 - color contains mainly: green. Hex color #09F2D2 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #09F2D2 is #F60D2D. Grayscale: #A8A8A8. Windows color (decimal): -16125230 or 13824521. OLE color: 13824521.
HSL color Cylindrical-coordinate representation of color #09F2D2: hue angle of 171.76º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09F2D2 is Cyan = 0.96, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 9 | 242 | 210 | - |
| CMYK | 0.96 | 0 | 0.13 | 0.05 |
| HSL | 171.76º | 0.93% | 0.49% | - |
| HSV(B) | 171.76º | 0.96% | 0.95% | - |
| XYZ | 43.5 | 68.22 | 71.85 | - |
| YUV | 168.69 | 151.31 | 14.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 242 | 210 | 0.96 | 0 | 0.13 | 0.05 | 171.76 | 0.93 | 0.49 |
| Hex | 9 | F2 | D2 | 60 | 0 | D | 5 | AC | 5D | 31 |
| Octal | 11 | 362 | 322 | 140 | 0 | 15 | 5 | 254 | 135 | 61 |
| Binary | 1001 | 11110010 | 11010010 | 1100000 | 0 | 1101 | 101 | 10101100 | 1011101 | 110001 |
Color Harmonies of #09F2D2
Complementary color
Monochromatic Colors of #09F2D2
Black with #09F2D2
Text Example
Text Example
White with #09F2D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09F2D2; }
p { color: rgb(9,242,210); }
H1.HeaderClassName
{
color: #09F2D2;
}
.AnyTagClassName
{
color: #09F2D2;
}
</style>
background-color css
<style>
a { background-color: #09F2D2; }
a { background-color: rgb(9,242,210); }
div.DivClassName
{
background-color: #09F2D2;
}
.BgClassName
{
background-color: #09F2D2;
}
</style>
border-color css
<style>
span { border-color: #09F2D2; }
span { border-color: rgb(9,242,210); }
td.TdClassName
{
border-color: #09F2D2;
}
.TagClassName
{
border-color: #09F2D2;
}
</style>