Shades of Bright Turquoise #15EECE
Tints of Bright Turquoise #15EECE
RGB
CMYK
RGB Variations
Color information
#15EECE (or 0x15EECE) is known color: Bright Turquoise. HEX triplet: 15, EE and CE. RGB value is (21,238,206). Sum of RGB (Red+Green+Blue) = 21+238+206=465 (61% of max value = 765). Red value is 21 (8.59% from 255 or 4.52% from 465); Green value is 238 (93.36% from 255 or 51.18% from 465); Blue value is 206 (80.86% from 255 or 44.30% from 465); Max value from RGB is 238 - color contains mainly: green. Hex color #15EECE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #15EECE is #EA1131. Grayscale: #A9A9A9. Windows color (decimal): -15339826 or 13561365. OLE color: 13561365.
HSL color Cylindrical-coordinate representation of color #15EECE: hue angle of 171.15º 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 #15EECE is Cyan = 0.91, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 21 | 238 | 206 | - |
| CMYK | 0.91 | 0 | 0.13 | 0.07 |
| HSL | 171.15º | 0.86% | 0.51% | - |
| HSV(B) | 171.15º | 0.91% | 0.93% | - |
| XYZ | 42.02 | 65.76 | 68.87 | - |
| YUV | 169.47 | 148.61 | 22.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 238 | 206 | 0.91 | 0 | 0.13 | 0.07 | 171.15 | 0.86 | 0.51 |
| Hex | 15 | EE | CE | 5B | 0 | D | 7 | AB | 56 | 33 |
| Octal | 25 | 356 | 316 | 133 | 0 | 15 | 7 | 253 | 126 | 63 |
| Binary | 10101 | 11101110 | 11001110 | 1011011 | 0 | 1101 | 111 | 10101011 | 1010110 | 110011 |
Color Harmonies of #15EECE
Complementary color
Monochromatic Colors of #15EECE
Black with #15EECE
Text Example
Text Example
White with #15EECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15EECE; }
p { color: rgb(21,238,206); }
H1.HeaderClassName
{
color: #15EECE;
}
.AnyTagClassName
{
color: #15EECE;
}
</style>
background-color css
<style>
a { background-color: #15EECE; }
a { background-color: rgb(21,238,206); }
div.DivClassName
{
background-color: #15EECE;
}
.BgClassName
{
background-color: #15EECE;
}
</style>
border-color css
<style>
span { border-color: #15EECE; }
span { border-color: rgb(21,238,206); }
td.TdClassName
{
border-color: #15EECE;
}
.TagClassName
{
border-color: #15EECE;
}
</style>