Shades of Bright Turquoise #15EED3
Tints of Bright Turquoise #15EED3
RGB
CMYK
RGB Variations
Color information
#15EED3 (or 0x15EED3) is known color: Bright Turquoise. HEX triplet: 15, EE and D3. RGB value is (21,238,211). Sum of RGB (Red+Green+Blue) = 21+238+211=470 (62% of max value = 765). Red value is 21 (8.59% from 255 or 4.47% from 470); Green value is 238 (93.36% from 255 or 50.64% from 470); Blue value is 211 (82.81% from 255 or 44.89% from 470); Max value from RGB is 238 - color contains mainly: green. Hex color #15EED3 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #15EED3 is #EA112C. Grayscale: #A9A9A9. Windows color (decimal): -15339821 or 13889045. OLE color: 13889045.
HSL color Cylindrical-coordinate representation of color #15EED3: hue angle of 172.53º 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 #15EED3 is Cyan = 0.91, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 21 | 238 | 211 | - |
| CMYK | 0.91 | 0 | 0.11 | 0.07 |
| HSL | 172.53º | 0.86% | 0.51% | - |
| HSV(B) | 172.53º | 0.91% | 0.93% | - |
| XYZ | 42.64 | 66.01 | 72.12 | - |
| YUV | 170.04 | 151.11 | 21.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 238 | 211 | 0.91 | 0 | 0.11 | 0.07 | 172.53 | 0.86 | 0.51 |
| Hex | 15 | EE | D3 | 5B | 0 | B | 7 | AD | 56 | 33 |
| Octal | 25 | 356 | 323 | 133 | 0 | 13 | 7 | 255 | 126 | 63 |
| Binary | 10101 | 11101110 | 11010011 | 1011011 | 0 | 1011 | 111 | 10101101 | 1010110 | 110011 |
Color Harmonies of #15EED3
Complementary color
Monochromatic Colors of #15EED3
Black with #15EED3
Text Example
Text Example
White with #15EED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15EED3; }
p { color: rgb(21,238,211); }
H1.HeaderClassName
{
color: #15EED3;
}
.AnyTagClassName
{
color: #15EED3;
}
</style>
background-color css
<style>
a { background-color: #15EED3; }
a { background-color: rgb(21,238,211); }
div.DivClassName
{
background-color: #15EED3;
}
.BgClassName
{
background-color: #15EED3;
}
</style>
border-color css
<style>
span { border-color: #15EED3; }
span { border-color: rgb(21,238,211); }
td.TdClassName
{
border-color: #15EED3;
}
.TagClassName
{
border-color: #15EED3;
}
</style>