Shades of Bright Turquoise #19CFE8
Tints of Bright Turquoise #19CFE8
RGB
CMYK
RGB Variations
Color information
#19CFE8 (or 0x19CFE8) is known color: Bright Turquoise. HEX triplet: 19, CF and E8. RGB value is (25,207,232). Sum of RGB (Red+Green+Blue) = 25+207+232=464 (61% of max value = 765). Red value is 25 (10.16% from 255 or 5.39% from 464); Green value is 207 (81.25% from 255 or 44.61% from 464); Blue value is 232 (91.02% from 255 or 50% from 464); Max value from RGB is 232 - color contains mainly: blue. Hex color #19CFE8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19CFE8 is #E63017. Grayscale: #9B9B9B. Windows color (decimal): -15085592 or 15257369. OLE color: 15257369.
HSL color Cylindrical-coordinate representation of color #19CFE8: hue angle of 187.25º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19CFE8 is Cyan = 0.89, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 25 | 207 | 232 | - |
| CMYK | 0.89 | 0.11 | 0 | 0.09 |
| HSL | 187.25º | 0.82% | 0.5% | - |
| HSV(B) | 187.25º | 0.89% | 0.91% | - |
| XYZ | 37.28 | 50.66 | 84.16 | - |
| YUV | 155.43 | 171.2 | 34.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 207 | 232 | 0.89 | 0.11 | 0 | 0.09 | 187.25 | 0.82 | 0.5 |
| Hex | 19 | CF | E8 | 59 | B | 0 | 9 | BB | 52 | 32 |
| Octal | 31 | 317 | 350 | 131 | 13 | 0 | 11 | 273 | 122 | 62 |
| Binary | 11001 | 11001111 | 11101000 | 1011001 | 1011 | 0 | 1001 | 10111011 | 1010010 | 110010 |
Color Harmonies of #19CFE8
Complementary color
Monochromatic Colors of #19CFE8
Black with #19CFE8
Text Example
Text Example
White with #19CFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19CFE8; }
p { color: rgb(25,207,232); }
H1.HeaderClassName
{
color: #19CFE8;
}
.AnyTagClassName
{
color: #19CFE8;
}
</style>
background-color css
<style>
a { background-color: #19CFE8; }
a { background-color: rgb(25,207,232); }
div.DivClassName
{
background-color: #19CFE8;
}
.BgClassName
{
background-color: #19CFE8;
}
</style>
border-color css
<style>
span { border-color: #19CFE8; }
span { border-color: rgb(25,207,232); }
td.TdClassName
{
border-color: #19CFE8;
}
.TagClassName
{
border-color: #19CFE8;
}
</style>