Shades of Bright Turquoise #10F3CE
Tints of Bright Turquoise #10F3CE
RGB
CMYK
RGB Variations
Color information
#10F3CE (or 0x10F3CE) is known color: Bright Turquoise. HEX triplet: 10, F3 and CE. RGB value is (16,243,206). Sum of RGB (Red+Green+Blue) = 16+243+206=465 (61% of max value = 765). Red value is 16 (6.64% from 255 or 3.44% from 465); Green value is 243 (95.31% from 255 or 52.26% from 465); Blue value is 206 (80.86% from 255 or 44.30% from 465); Max value from RGB is 243 - color contains mainly: green. Hex color #10F3CE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #10F3CE is #EF0C31. Grayscale: #AAAAAA. Windows color (decimal): -15666226 or 13562640. OLE color: 13562640.
HSL color Cylindrical-coordinate representation of color #10F3CE: hue angle of 170.22º 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 #10F3CE is Cyan = 0.93, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 16 | 243 | 206 | - |
| CMYK | 0.93 | 0 | 0.15 | 0.05 |
| HSL | 170.22º | 0.9% | 0.51% | - |
| HSV(B) | 170.22º | 0.93% | 0.95% | - |
| XYZ | 43.4 | 68.67 | 69.36 | - |
| YUV | 170.91 | 147.79 | 17.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 243 | 206 | 0.93 | 0 | 0.15 | 0.05 | 170.22 | 0.9 | 0.51 |
| Hex | 10 | F3 | CE | 5D | 0 | F | 5 | AA | 5A | 33 |
| Octal | 20 | 363 | 316 | 135 | 0 | 17 | 5 | 252 | 132 | 63 |
| Binary | 10000 | 11110011 | 11001110 | 1011101 | 0 | 1111 | 101 | 10101010 | 1011010 | 110011 |
Color Harmonies of #10F3CE
Complementary color
Monochromatic Colors of #10F3CE
Black with #10F3CE
Text Example
Text Example
White with #10F3CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10F3CE; }
p { color: rgb(16,243,206); }
H1.HeaderClassName
{
color: #10F3CE;
}
.AnyTagClassName
{
color: #10F3CE;
}
</style>
background-color css
<style>
a { background-color: #10F3CE; }
a { background-color: rgb(16,243,206); }
div.DivClassName
{
background-color: #10F3CE;
}
.BgClassName
{
background-color: #10F3CE;
}
</style>
border-color css
<style>
span { border-color: #10F3CE; }
span { border-color: rgb(16,243,206); }
td.TdClassName
{
border-color: #10F3CE;
}
.TagClassName
{
border-color: #10F3CE;
}
</style>