Shades of Bright Turquoise #10F2CA
Tints of Bright Turquoise #10F2CA
RGB
CMYK
RGB Variations
Color information
#10F2CA (or 0x10F2CA) is known color: Bright Turquoise. HEX triplet: 10, F2 and CA. RGB value is (16,242,202). Sum of RGB (Red+Green+Blue) = 16+242+202=460 (60% of max value = 765). Red value is 16 (6.64% from 255 or 3.48% from 460); Green value is 242 (94.92% from 255 or 52.61% from 460); Blue value is 202 (79.30% from 255 or 43.91% from 460); Max value from RGB is 242 - color contains mainly: green. Hex color #10F2CA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #10F2CA is #EF0D35. Grayscale: #A9A9A9. Windows color (decimal): -15666486 or 13300240. OLE color: 13300240.
HSL color Cylindrical-coordinate representation of color #10F2CA: hue angle of 169.38º 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 #10F2CA is Cyan = 0.93, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 16 | 242 | 202 | - |
| CMYK | 0.93 | 0 | 0.17 | 0.05 |
| HSL | 169.38º | 0.9% | 0.51% | - |
| HSV(B) | 169.38º | 0.93% | 0.95% | - |
| XYZ | 42.63 | 67.88 | 66.73 | - |
| YUV | 169.87 | 146.13 | 18.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 242 | 202 | 0.93 | 0 | 0.17 | 0.05 | 169.38 | 0.9 | 0.51 |
| Hex | 10 | F2 | CA | 5D | 0 | 11 | 5 | A9 | 5A | 33 |
| Octal | 20 | 362 | 312 | 135 | 0 | 21 | 5 | 251 | 132 | 63 |
| Binary | 10000 | 11110010 | 11001010 | 1011101 | 0 | 10001 | 101 | 10101001 | 1011010 | 110011 |
Color Harmonies of #10F2CA
Complementary color
Monochromatic Colors of #10F2CA
Black with #10F2CA
Text Example
Text Example
White with #10F2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10F2CA; }
p { color: rgb(16,242,202); }
H1.HeaderClassName
{
color: #10F2CA;
}
.AnyTagClassName
{
color: #10F2CA;
}
</style>
background-color css
<style>
a { background-color: #10F2CA; }
a { background-color: rgb(16,242,202); }
div.DivClassName
{
background-color: #10F2CA;
}
.BgClassName
{
background-color: #10F2CA;
}
</style>
border-color css
<style>
span { border-color: #10F2CA; }
span { border-color: rgb(16,242,202); }
td.TdClassName
{
border-color: #10F2CA;
}
.TagClassName
{
border-color: #10F2CA;
}
</style>