Shades of Bright Turquoise #10EAF1
Tints of Bright Turquoise #10EAF1
RGB
CMYK
RGB Variations
Color information
#10EAF1 (or 0x10EAF1) is known color: Bright Turquoise. HEX triplet: 10, EA and F1. RGB value is (16,234,241). Sum of RGB (Red+Green+Blue) = 16+234+241=491 (65% of max value = 765). Red value is 16 (6.64% from 255 or 3.26% from 491); Green value is 234 (91.80% from 255 or 47.66% from 491); Blue value is 241 (94.53% from 255 or 49.08% from 491); Max value from RGB is 241 - color contains mainly: blue. Hex color #10EAF1 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #10EAF1 is #EF150E. Grayscale: #A9A9A9. Windows color (decimal): -15668495 or 15854096. OLE color: 15854096.
HSL color Cylindrical-coordinate representation of color #10EAF1: hue angle of 181.87º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10EAF1 is Cyan = 0.93, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 16 | 234 | 241 | - |
| CMYK | 0.93 | 0.03 | 0 | 0.05 |
| HSL | 181.87º | 0.89% | 0.5% | - |
| HSV(B) | 181.87º | 0.93% | 0.95% | - |
| XYZ | 45.51 | 65.31 | 93.43 | - |
| YUV | 169.62 | 168.28 | 18.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 234 | 241 | 0.93 | 0.03 | 0 | 0.05 | 181.87 | 0.89 | 0.5 |
| Hex | 10 | EA | F1 | 5D | 3 | 0 | 5 | B6 | 59 | 32 |
| Octal | 20 | 352 | 361 | 135 | 3 | 0 | 5 | 266 | 131 | 62 |
| Binary | 10000 | 11101010 | 11110001 | 1011101 | 11 | 0 | 101 | 10110110 | 1011001 | 110010 |
Color Harmonies of #10EAF1
Complementary color
Monochromatic Colors of #10EAF1
Black with #10EAF1
Text Example
Text Example
White with #10EAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10EAF1; }
p { color: rgb(16,234,241); }
H1.HeaderClassName
{
color: #10EAF1;
}
.AnyTagClassName
{
color: #10EAF1;
}
</style>
background-color css
<style>
a { background-color: #10EAF1; }
a { background-color: rgb(16,234,241); }
div.DivClassName
{
background-color: #10EAF1;
}
.BgClassName
{
background-color: #10EAF1;
}
</style>
border-color css
<style>
span { border-color: #10EAF1; }
span { border-color: rgb(16,234,241); }
td.TdClassName
{
border-color: #10EAF1;
}
.TagClassName
{
border-color: #10EAF1;
}
</style>