Shades of Bright Turquoise #10FCE4
Tints of Bright Turquoise #10FCE4
RGB
CMYK
RGB Variations
Color information
#10FCE4 (or 0x10FCE4) is known color: Bright Turquoise. HEX triplet: 10, FC and E4. RGB value is (16,252,228). Sum of RGB (Red+Green+Blue) = 16+252+228=496 (65% of max value = 765). Red value is 16 (6.64% from 255 or 3.23% from 496); Green value is 252 (98.83% from 255 or 50.81% from 496); Blue value is 228 (89.45% from 255 or 45.97% from 496); Max value from RGB is 252 - color contains mainly: green. Hex color #10FCE4 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #10FCE4 is #EF031B. Grayscale: #B2B2B2. Windows color (decimal): -15663900 or 15006736. OLE color: 15006736.
HSL color Cylindrical-coordinate representation of color #10FCE4: hue angle of 173.9º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10FCE4 is Cyan = 0.94, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 16 | 252 | 228 | - |
| CMYK | 0.94 | 0 | 0.10 | 0.01 |
| HSL | 173.9º | 0.98% | 0.53% | - |
| HSV(B) | 173.9º | 0.94% | 0.99% | - |
| XYZ | 49.03 | 75.33 | 85.36 | - |
| YUV | 178.7 | 155.81 | 11.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 252 | 228 | 0.94 | 0 | 0.10 | 0.01 | 173.9 | 0.98 | 0.53 |
| Hex | 10 | FC | E4 | 5E | 0 | A | 1 | AE | 62 | 35 |
| Octal | 20 | 374 | 344 | 136 | 0 | 12 | 1 | 256 | 142 | 65 |
| Binary | 10000 | 11111100 | 11100100 | 1011110 | 0 | 1010 | 1 | 10101110 | 1100010 | 110101 |
Color Harmonies of #10FCE4
Complementary color
Monochromatic Colors of #10FCE4
Black with #10FCE4
Text Example
Text Example
White with #10FCE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10FCE4; }
p { color: rgb(16,252,228); }
H1.HeaderClassName
{
color: #10FCE4;
}
.AnyTagClassName
{
color: #10FCE4;
}
</style>
background-color css
<style>
a { background-color: #10FCE4; }
a { background-color: rgb(16,252,228); }
div.DivClassName
{
background-color: #10FCE4;
}
.BgClassName
{
background-color: #10FCE4;
}
</style>
border-color css
<style>
span { border-color: #10FCE4; }
span { border-color: rgb(16,252,228); }
td.TdClassName
{
border-color: #10FCE4;
}
.TagClassName
{
border-color: #10FCE4;
}
</style>