Shades of Bright Turquoise #15EDDB
Tints of Bright Turquoise #15EDDB
RGB
CMYK
RGB Variations
Color information
#15EDDB (or 0x15EDDB) is known color: Bright Turquoise. HEX triplet: 15, ED and DB. RGB value is (21,237,219). Sum of RGB (Red+Green+Blue) = 21+237+219=477 (63% of max value = 765). Red value is 21 (8.59% from 255 or 4.40% from 477); Green value is 237 (92.97% from 255 or 49.69% from 477); Blue value is 219 (85.94% from 255 or 45.91% from 477); Max value from RGB is 237 - color contains mainly: green. Hex color #15EDDB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #15EDDB is #EA1224. Grayscale: #AAAAAA. Windows color (decimal): -15340069 or 14413077. OLE color: 14413077.
HSL color Cylindrical-coordinate representation of color #15EDDB: hue angle of 175º 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 #15EDDB is Cyan = 0.91, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
RGB | 21 | 237 | 219 | - |
CMYK | 0.91 | 0 | 0.08 | 0.07 |
HSL | 175º | 0.86% | 0.51% | - |
HSV(B) | 175º | 0.91% | 0.93% | - |
XYZ | 43.38 | 65.84 | 77.44 | - |
YUV | 170.36 | 155.44 | 21.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 21 | 237 | 219 | 0.91 | 0 | 0.08 | 0.07 | 175 | 0.86 | 0.51 |
Hex | 15 | ED | DB | 5B | 0 | 8 | 7 | AF | 56 | 33 |
Octal | 25 | 355 | 333 | 133 | 0 | 10 | 7 | 257 | 126 | 63 |
Binary | 10101 | 11101101 | 11011011 | 1011011 | 0 | 1000 | 111 | 10101111 | 1010110 | 110011 |
Color Harmonies of #15EDDB
Complementary color
Monochromatic Colors of #15EDDB
Black with #15EDDB
Text Example
Text Example
White with #15EDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15EDDB; }
p { color: rgb(21,237,219); }
H1.HeaderClassName
{
color: #15EDDB;
}
.AnyTagClassName
{
color: #15EDDB;
}
</style>
background-color css
<style>
a { background-color: #15EDDB; }
a { background-color: rgb(21,237,219); }
div.DivClassName
{
background-color: #15EDDB;
}
.BgClassName
{
background-color: #15EDDB;
}
</style>
border-color css
<style>
span { border-color: #15EDDB; }
span { border-color: rgb(21,237,219); }
td.TdClassName
{
border-color: #15EDDB;
}
.TagClassName
{
border-color: #15EDDB;
}
</style>