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