Shades of Bright Turquoise #10FBE5
Tints of Bright Turquoise #10FBE5
RGB
CMYK
RGB Variations
Color information
#10FBE5 (or 0x10FBE5) is known color: Bright Turquoise. HEX triplet: 10, FB and E5. RGB value is (16,251,229). Sum of RGB (Red+Green+Blue) = 16+251+229=496 (65% of max value = 765). Red value is 16 (6.64% from 255 or 3.23% from 496); Green value is 251 (98.44% from 255 or 50.60% from 496); Blue value is 229 (89.84% from 255 or 46.17% from 496); Max value from RGB is 251 - color contains mainly: green. Hex color #10FBE5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #10FBE5 is #EF041A. Grayscale: #B2B2B2. Windows color (decimal): -15664155 or 15072016. OLE color: 15072016.
HSL color Cylindrical-coordinate representation of color #10FBE5: hue angle of 174.38º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10FBE5 is Cyan = 0.94, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 16 | 251 | 229 | - |
| CMYK | 0.94 | 0 | 0.09 | 0.02 |
| HSL | 174.38º | 0.97% | 0.52% | - |
| HSV(B) | 174.38º | 0.94% | 0.98% | - |
| XYZ | 48.85 | 74.76 | 85.98 | - |
| YUV | 178.23 | 156.64 | 12.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 251 | 229 | 0.94 | 0 | 0.09 | 0.02 | 174.38 | 0.97 | 0.52 |
| Hex | 10 | FB | E5 | 5E | 0 | 9 | 2 | AE | 61 | 34 |
| Octal | 20 | 373 | 345 | 136 | 0 | 11 | 2 | 256 | 141 | 64 |
| Binary | 10000 | 11111011 | 11100101 | 1011110 | 0 | 1001 | 10 | 10101110 | 1100001 | 110100 |
Color Harmonies of #10FBE5
Complementary color
Monochromatic Colors of #10FBE5
Black with #10FBE5
Text Example
Text Example
White with #10FBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10FBE5; }
p { color: rgb(16,251,229); }
H1.HeaderClassName
{
color: #10FBE5;
}
.AnyTagClassName
{
color: #10FBE5;
}
</style>
background-color css
<style>
a { background-color: #10FBE5; }
a { background-color: rgb(16,251,229); }
div.DivClassName
{
background-color: #10FBE5;
}
.BgClassName
{
background-color: #10FBE5;
}
</style>
border-color css
<style>
span { border-color: #10FBE5; }
span { border-color: rgb(16,251,229); }
td.TdClassName
{
border-color: #10FBE5;
}
.TagClassName
{
border-color: #10FBE5;
}
</style>