Shades of Bright Turquoise #15EEC4
Tints of Bright Turquoise #15EEC4
RGB
CMYK
RGB Variations
Color information
#15EEC4 (or 0x15EEC4) is known color: Bright Turquoise. HEX triplet: 15, EE and C4. RGB value is (21,238,196). Sum of RGB (Red+Green+Blue) = 21+238+196=455 (60% of max value = 765). Red value is 21 (8.59% from 255 or 4.62% from 455); Green value is 238 (93.36% from 255 or 52.31% from 455); Blue value is 196 (76.95% from 255 or 43.08% from 455); Max value from RGB is 238 - color contains mainly: green. Hex color #15EEC4 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #15EEC4 is #EA113B. Grayscale: #A8A8A8. Windows color (decimal): -15339836 or 12906005. OLE color: 12906005.
HSL color Cylindrical-coordinate representation of color #15EEC4: hue angle of 168.39º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15EEC4 is Cyan = 0.91, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 21 | 238 | 196 | - |
| CMYK | 0.91 | 0 | 0.18 | 0.07 |
| HSL | 168.39º | 0.86% | 0.51% | - |
| HSV(B) | 168.39º | 0.91% | 0.93% | - |
| XYZ | 40.85 | 65.29 | 62.67 | - |
| YUV | 168.33 | 143.61 | 22.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 238 | 196 | 0.91 | 0 | 0.18 | 0.07 | 168.39 | 0.86 | 0.51 |
| Hex | 15 | EE | C4 | 5B | 0 | 12 | 7 | A8 | 56 | 33 |
| Octal | 25 | 356 | 304 | 133 | 0 | 22 | 7 | 250 | 126 | 63 |
| Binary | 10101 | 11101110 | 11000100 | 1011011 | 0 | 10010 | 111 | 10101000 | 1010110 | 110011 |
Color Harmonies of #15EEC4
Complementary color
Monochromatic Colors of #15EEC4
Black with #15EEC4
Text Example
Text Example
White with #15EEC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15EEC4; }
p { color: rgb(21,238,196); }
H1.HeaderClassName
{
color: #15EEC4;
}
.AnyTagClassName
{
color: #15EEC4;
}
</style>
background-color css
<style>
a { background-color: #15EEC4; }
a { background-color: rgb(21,238,196); }
div.DivClassName
{
background-color: #15EEC4;
}
.BgClassName
{
background-color: #15EEC4;
}
</style>
border-color css
<style>
span { border-color: #15EEC4; }
span { border-color: rgb(21,238,196); }
td.TdClassName
{
border-color: #15EEC4;
}
.TagClassName
{
border-color: #15EEC4;
}
</style>