Shades of Bright Turquoise #15DBEE
Tints of Bright Turquoise #15DBEE
RGB
CMYK
RGB Variations
Color information
#15DBEE (or 0x15DBEE) is known color: Bright Turquoise. HEX triplet: 15, DB and EE. RGB value is (21,219,238). Sum of RGB (Red+Green+Blue) = 21+219+238=478 (63% of max value = 765). Red value is 21 (8.59% from 255 or 4.39% from 478); Green value is 219 (85.94% from 255 or 45.82% from 478); Blue value is 238 (93.36% from 255 or 49.79% from 478); Max value from RGB is 238 - color contains mainly: blue. Hex color #15DBEE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15DBEE is #EA2411. Grayscale: #A1A1A1. Windows color (decimal): -15344658 or 15653653. OLE color: 15653653.
HSL color Cylindrical-coordinate representation of color #15DBEE: hue angle of 185.25º 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 #15DBEE is Cyan = 0.91, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 21 | 219 | 238 | - |
| CMYK | 0.91 | 0.08 | 0 | 0.07 |
| HSL | 185.25º | 0.86% | 0.51% | - |
| HSV(B) | 185.25º | 0.91% | 0.93% | - |
| XYZ | 41.07 | 57 | 89.73 | - |
| YUV | 161.96 | 170.9 | 27.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 219 | 238 | 0.91 | 0.08 | 0 | 0.07 | 185.25 | 0.86 | 0.51 |
| Hex | 15 | DB | EE | 5B | 8 | 0 | 7 | B9 | 56 | 33 |
| Octal | 25 | 333 | 356 | 133 | 10 | 0 | 7 | 271 | 126 | 63 |
| Binary | 10101 | 11011011 | 11101110 | 1011011 | 1000 | 0 | 111 | 10111001 | 1010110 | 110011 |
Color Harmonies of #15DBEE
Complementary color
Monochromatic Colors of #15DBEE
Black with #15DBEE
Text Example
Text Example
White with #15DBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15DBEE; }
p { color: rgb(21,219,238); }
H1.HeaderClassName
{
color: #15DBEE;
}
.AnyTagClassName
{
color: #15DBEE;
}
</style>
background-color css
<style>
a { background-color: #15DBEE; }
a { background-color: rgb(21,219,238); }
div.DivClassName
{
background-color: #15DBEE;
}
.BgClassName
{
background-color: #15DBEE;
}
</style>
border-color css
<style>
span { border-color: #15DBEE; }
span { border-color: rgb(21,219,238); }
td.TdClassName
{
border-color: #15DBEE;
}
.TagClassName
{
border-color: #15DBEE;
}
</style>