Shades of Bright Turquoise #10F5CB
Tints of Bright Turquoise #10F5CB
RGB
CMYK
RGB Variations
Color information
#10F5CB (or 0x10F5CB) is known color: Bright Turquoise. HEX triplet: 10, F5 and CB. RGB value is (16,245,203). Sum of RGB (Red+Green+Blue) = 16+245+203=464 (61% of max value = 765). Red value is 16 (6.64% from 255 or 3.45% from 464); Green value is 245 (96.09% from 255 or 52.80% from 464); Blue value is 203 (79.69% from 255 or 43.75% from 464); Max value from RGB is 245 - color contains mainly: green. Hex color #10F5CB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #10F5CB is #EF0A34. Grayscale: #ABABAB. Windows color (decimal): -15665717 or 13366544. OLE color: 13366544.
HSL color Cylindrical-coordinate representation of color #10F5CB: hue angle of 169º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10F5CB is Cyan = 0.93, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 16 | 245 | 203 | - |
| CMYK | 0.93 | 0 | 0.17 | 0.04 |
| HSL | 169º | 0.92% | 0.51% | - |
| HSV(B) | 169º | 0.93% | 0.96% | - |
| XYZ | 43.65 | 69.73 | 67.66 | - |
| YUV | 171.74 | 145.63 | 16.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 245 | 203 | 0.93 | 0 | 0.17 | 0.04 | 169 | 0.92 | 0.51 |
| Hex | 10 | F5 | CB | 5D | 0 | 11 | 4 | A9 | 5C | 33 |
| Octal | 20 | 365 | 313 | 135 | 0 | 21 | 4 | 251 | 134 | 63 |
| Binary | 10000 | 11110101 | 11001011 | 1011101 | 0 | 10001 | 100 | 10101001 | 1011100 | 110011 |
Color Harmonies of #10F5CB
Complementary color
Monochromatic Colors of #10F5CB
Black with #10F5CB
Text Example
Text Example
White with #10F5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10F5CB; }
p { color: rgb(16,245,203); }
H1.HeaderClassName
{
color: #10F5CB;
}
.AnyTagClassName
{
color: #10F5CB;
}
</style>
background-color css
<style>
a { background-color: #10F5CB; }
a { background-color: rgb(16,245,203); }
div.DivClassName
{
background-color: #10F5CB;
}
.BgClassName
{
background-color: #10F5CB;
}
</style>
border-color css
<style>
span { border-color: #10F5CB; }
span { border-color: rgb(16,245,203); }
td.TdClassName
{
border-color: #10F5CB;
}
.TagClassName
{
border-color: #10F5CB;
}
</style>