Shades of Bright Turquoise #10F2E8
Tints of Bright Turquoise #10F2E8
RGB
CMYK
RGB Variations
Color information
#10F2E8 (or 0x10F2E8) is known color: Bright Turquoise. HEX triplet: 10, F2 and E8. RGB value is (16,242,232). Sum of RGB (Red+Green+Blue) = 16+242+232=490 (64% of max value = 765). Red value is 16 (6.64% from 255 or 3.27% from 490); Green value is 242 (94.92% from 255 or 49.39% from 490); Blue value is 232 (91.02% from 255 or 47.35% from 490); Max value from RGB is 242 - color contains mainly: green. Hex color #10F2E8 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #10F2E8 is #EF0D17. Grayscale: #ADADAD. Windows color (decimal): -15666456 or 15266320. OLE color: 15266320.
HSL color Cylindrical-coordinate representation of color #10F2E8: hue angle of 177.35º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10F2E8 is Cyan = 0.93, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 16 | 242 | 232 | - |
| CMYK | 0.93 | 0 | 0.04 | 0.05 |
| HSL | 177.35º | 0.9% | 0.51% | - |
| HSV(B) | 177.35º | 0.93% | 0.95% | - |
| XYZ | 46.53 | 69.44 | 87.29 | - |
| YUV | 173.29 | 161.13 | 15.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 242 | 232 | 0.93 | 0 | 0.04 | 0.05 | 177.35 | 0.9 | 0.51 |
| Hex | 10 | F2 | E8 | 5D | 0 | 4 | 5 | B1 | 5A | 33 |
| Octal | 20 | 362 | 350 | 135 | 0 | 4 | 5 | 261 | 132 | 63 |
| Binary | 10000 | 11110010 | 11101000 | 1011101 | 0 | 100 | 101 | 10110001 | 1011010 | 110011 |
Color Harmonies of #10F2E8
Complementary color
Monochromatic Colors of #10F2E8
Black with #10F2E8
Text Example
Text Example
White with #10F2E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10F2E8; }
p { color: rgb(16,242,232); }
H1.HeaderClassName
{
color: #10F2E8;
}
.AnyTagClassName
{
color: #10F2E8;
}
</style>
background-color css
<style>
a { background-color: #10F2E8; }
a { background-color: rgb(16,242,232); }
div.DivClassName
{
background-color: #10F2E8;
}
.BgClassName
{
background-color: #10F2E8;
}
</style>
border-color css
<style>
span { border-color: #10F2E8; }
span { border-color: rgb(16,242,232); }
td.TdClassName
{
border-color: #10F2E8;
}
.TagClassName
{
border-color: #10F2E8;
}
</style>