Shades of Bright Turquoise #10F0CD
Tints of Bright Turquoise #10F0CD
RGB
CMYK
RGB Variations
Color information
#10F0CD (or 0x10F0CD) is known color: Bright Turquoise. HEX triplet: 10, F0 and CD. RGB value is (16,240,205). Sum of RGB (Red+Green+Blue) = 16+240+205=461 (61% of max value = 765). Red value is 16 (6.64% from 255 or 3.47% from 461); Green value is 240 (94.14% from 255 or 52.06% from 461); Blue value is 205 (80.47% from 255 or 44.47% from 461); Max value from RGB is 240 - color contains mainly: green. Hex color #10F0CD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #10F0CD is #EF0F32. Grayscale: #A8A8A8. Windows color (decimal): -15666995 or 13496336. OLE color: 13496336.
HSL color Cylindrical-coordinate representation of color #10F0CD: hue angle of 170.62º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10F0CD is Cyan = 0.93, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 16 | 240 | 205 | - |
| CMYK | 0.93 | 0 | 0.15 | 0.06 |
| HSL | 170.63º | 0.88% | 0.5% | - |
| HSV(B) | 170.63º | 0.93% | 0.94% | - |
| XYZ | 42.39 | 66.84 | 68.42 | - |
| YUV | 169.03 | 148.29 | 18.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 240 | 205 | 0.93 | 0 | 0.15 | 0.06 | 170.63 | 0.88 | 0.5 |
| Hex | 10 | F0 | CD | 5D | 0 | F | 6 | AB | 58 | 32 |
| Octal | 20 | 360 | 315 | 135 | 0 | 17 | 6 | 253 | 130 | 62 |
| Binary | 10000 | 11110000 | 11001101 | 1011101 | 0 | 1111 | 110 | 10101011 | 1011000 | 110010 |
Color Harmonies of #10F0CD
Complementary color
Monochromatic Colors of #10F0CD
Black with #10F0CD
Text Example
Text Example
White with #10F0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10F0CD; }
p { color: rgb(16,240,205); }
H1.HeaderClassName
{
color: #10F0CD;
}
.AnyTagClassName
{
color: #10F0CD;
}
</style>
background-color css
<style>
a { background-color: #10F0CD; }
a { background-color: rgb(16,240,205); }
div.DivClassName
{
background-color: #10F0CD;
}
.BgClassName
{
background-color: #10F0CD;
}
</style>
border-color css
<style>
span { border-color: #10F0CD; }
span { border-color: rgb(16,240,205); }
td.TdClassName
{
border-color: #10F0CD;
}
.TagClassName
{
border-color: #10F0CD;
}
</style>