Shades of Bright Turquoise #09EAF2
Tints of Bright Turquoise #09EAF2
RGB
CMYK
RGB Variations
Color information
#09EAF2 (or 0x09EAF2) is known color: Bright Turquoise. HEX triplet: 09, EA and F2. RGB value is (9,234,242). Sum of RGB (Red+Green+Blue) = 9+234+242=485 (64% of max value = 765). Red value is 9 (3.91% from 255 or 1.86% from 485); Green value is 234 (91.80% from 255 or 48.25% from 485); Blue value is 242 (94.92% from 255 or 49.90% from 485); Max value from RGB is 242 - color contains mainly: blue. Hex color #09EAF2 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #09EAF2 is #F6150D. Grayscale: #A7A7A7. Windows color (decimal): -16127246 or 15919625. OLE color: 15919625.
HSL color Cylindrical-coordinate representation of color #09EAF2: hue angle of 182.06º 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 #09EAF2 is Cyan = 0.96, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 9 | 234 | 242 | - |
| CMYK | 0.96 | 0.03 | 0 | 0.05 |
| HSL | 182.06º | 0.93% | 0.49% | - |
| HSV(B) | 182.06º | 0.96% | 0.95% | - |
| XYZ | 45.56 | 65.31 | 94.21 | - |
| YUV | 167.64 | 169.96 | 14.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 234 | 242 | 0.96 | 0.03 | 0 | 0.05 | 182.06 | 0.93 | 0.49 |
| Hex | 9 | EA | F2 | 60 | 3 | 0 | 5 | B6 | 5D | 31 |
| Octal | 11 | 352 | 362 | 140 | 3 | 0 | 5 | 266 | 135 | 61 |
| Binary | 1001 | 11101010 | 11110010 | 1100000 | 11 | 0 | 101 | 10110110 | 1011101 | 110001 |
Color Harmonies of #09EAF2
Complementary color
Monochromatic Colors of #09EAF2
Black with #09EAF2
Text Example
Text Example
White with #09EAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09EAF2; }
p { color: rgb(9,234,242); }
H1.HeaderClassName
{
color: #09EAF2;
}
.AnyTagClassName
{
color: #09EAF2;
}
</style>
background-color css
<style>
a { background-color: #09EAF2; }
a { background-color: rgb(9,234,242); }
div.DivClassName
{
background-color: #09EAF2;
}
.BgClassName
{
background-color: #09EAF2;
}
</style>
border-color css
<style>
span { border-color: #09EAF2; }
span { border-color: rgb(9,234,242); }
td.TdClassName
{
border-color: #09EAF2;
}
.TagClassName
{
border-color: #09EAF2;
}
</style>