Shades of Bright Turquoise #15E0FE
Tints of Bright Turquoise #15E0FE
RGB
CMYK
RGB Variations
Color information
#15E0FE (or 0x15E0FE) is known color: Bright Turquoise. HEX triplet: 15, E0 and FE. RGB value is (21,224,254). Sum of RGB (Red+Green+Blue) = 21+224+254=499 (66% of max value = 765). Red value is 21 (8.59% from 255 or 4.21% from 499); Green value is 224 (87.89% from 255 or 44.89% from 499); Blue value is 254 (99.61% from 255 or 50.90% from 499); Max value from RGB is 254 - color contains mainly: blue. Hex color #15E0FE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15E0FE is #EA1F01. Grayscale: #A6A6A6. Windows color (decimal): -15343362 or 16703509. OLE color: 16703509.
HSL color Cylindrical-coordinate representation of color #15E0FE: hue angle of 187.73º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #15E0FE is Cyan = 0.92, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 21 | 224 | 254 | - |
| CMYK | 0.92 | 0.12 | 0 | 0.00 |
| HSL | 187.73º | 0.99% | 0.54% | - |
| HSV(B) | 187.73º | 0.92% | 1% | - |
| XYZ | 44.85 | 60.63 | 103.1 | - |
| YUV | 166.72 | 177.25 | 24.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 224 | 254 | 0.92 | 0.12 | 0 | 0.00 | 187.73 | 0.99 | 0.54 |
| Hex | 15 | E0 | FE | 5C | C | 0 | 0 | BC | 63 | 36 |
| Octal | 25 | 340 | 376 | 134 | 14 | 0 | 0 | 274 | 143 | 66 |
| Binary | 10101 | 11100000 | 11111110 | 1011100 | 1100 | 0 | 0 | 10111100 | 1100011 | 110110 |
Color Harmonies of #15E0FE
Complementary color
Monochromatic Colors of #15E0FE
Black with #15E0FE
Text Example
Text Example
White with #15E0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15E0FE; }
p { color: rgb(21,224,254); }
H1.HeaderClassName
{
color: #15E0FE;
}
.AnyTagClassName
{
color: #15E0FE;
}
</style>
background-color css
<style>
a { background-color: #15E0FE; }
a { background-color: rgb(21,224,254); }
div.DivClassName
{
background-color: #15E0FE;
}
.BgClassName
{
background-color: #15E0FE;
}
</style>
border-color css
<style>
span { border-color: #15E0FE; }
span { border-color: rgb(21,224,254); }
td.TdClassName
{
border-color: #15E0FE;
}
.TagClassName
{
border-color: #15E0FE;
}
</style>