Shades of Bright Turquoise #09F1EA
Tints of Bright Turquoise #09F1EA
RGB
CMYK
RGB Variations
Color information
#09F1EA (or 0x09F1EA) is known color: Bright Turquoise. HEX triplet: 09, F1 and EA. RGB value is (9,241,234). Sum of RGB (Red+Green+Blue) = 9+241+234=484 (64% of max value = 765). Red value is 9 (3.91% from 255 or 1.86% from 484); Green value is 241 (94.53% from 255 or 49.79% from 484); Blue value is 234 (91.80% from 255 or 48.35% from 484); Max value from RGB is 241 - color contains mainly: green. Hex color #09F1EA is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #09F1EA is #F60E15. Grayscale: #AAAAAA. Windows color (decimal): -16125462 or 15397129. OLE color: 15397129.
HSL color Cylindrical-coordinate representation of color #09F1EA: hue angle of 178.19º 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 #09F1EA is Cyan = 0.96, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 9 | 241 | 234 | - |
| CMYK | 0.96 | 0 | 0.03 | 0.05 |
| HSL | 178.19º | 0.93% | 0.49% | - |
| HSV(B) | 178.19º | 0.96% | 0.95% | - |
| XYZ | 46.42 | 68.91 | 88.7 | - |
| YUV | 170.83 | 163.64 | 12.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 241 | 234 | 0.96 | 0 | 0.03 | 0.05 | 178.19 | 0.93 | 0.49 |
| Hex | 9 | F1 | EA | 60 | 0 | 3 | 5 | B2 | 5D | 31 |
| Octal | 11 | 361 | 352 | 140 | 0 | 3 | 5 | 262 | 135 | 61 |
| Binary | 1001 | 11110001 | 11101010 | 1100000 | 0 | 11 | 101 | 10110010 | 1011101 | 110001 |
Color Harmonies of #09F1EA
Complementary color
Monochromatic Colors of #09F1EA
Black with #09F1EA
Text Example
Text Example
White with #09F1EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09F1EA; }
p { color: rgb(9,241,234); }
H1.HeaderClassName
{
color: #09F1EA;
}
.AnyTagClassName
{
color: #09F1EA;
}
</style>
background-color css
<style>
a { background-color: #09F1EA; }
a { background-color: rgb(9,241,234); }
div.DivClassName
{
background-color: #09F1EA;
}
.BgClassName
{
background-color: #09F1EA;
}
</style>
border-color css
<style>
span { border-color: #09F1EA; }
span { border-color: rgb(9,241,234); }
td.TdClassName
{
border-color: #09F1EA;
}
.TagClassName
{
border-color: #09F1EA;
}
</style>