Shades of Turquoise #45DBEB
Tints of Turquoise #45DBEB
RGB
CMYK
RGB Variations
Color information
#45DBEB (or 0x45DBEB) is known color: Turquoise. HEX triplet: 45, DB and EB. RGB value is (69,219,235). Sum of RGB (Red+Green+Blue) = 69+219+235=523 (69% of max value = 765). Red value is 69 (27.34% from 255 or 13.19% from 523); Green value is 219 (85.94% from 255 or 41.87% from 523); Blue value is 235 (92.19% from 255 or 44.93% from 523); Max value from RGB is 235 - color contains mainly: blue. Hex color #45DBEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #45DBEB is #BA2414. Grayscale: #AFAFAF. Windows color (decimal): -12198933 or 15457093. OLE color: 15457093.
HSL color Cylindrical-coordinate representation of color #45DBEB: hue angle of 185.78º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #45DBEB is Cyan = 0.71, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 69 | 219 | 235 | - |
| CMYK | 0.71 | 0.07 | 0 | 0.08 |
| HSL | 185.78º | 0.81% | 0.6% | - |
| HSV(B) | 185.78º | 0.71% | 0.92% | - |
| XYZ | 42.78 | 57.93 | 87.52 | - |
| YUV | 175.97 | 161.31 | 51.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 219 | 235 | 0.71 | 0.07 | 0 | 0.08 | 185.78 | 0.81 | 0.6 |
| Hex | 45 | DB | EB | 47 | 7 | 0 | 8 | BA | 51 | 3C |
| Octal | 105 | 333 | 353 | 107 | 7 | 0 | 10 | 272 | 121 | 74 |
| Binary | 1000101 | 11011011 | 11101011 | 1000111 | 111 | 0 | 1000 | 10111010 | 1010001 | 111100 |
Color Harmonies of #45DBEB
Complementary color
Monochromatic Colors of #45DBEB
Black with #45DBEB
Text Example
Text Example
White with #45DBEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45DBEB; }
p { color: rgb(69,219,235); }
H1.HeaderClassName
{
color: #45DBEB;
}
.AnyTagClassName
{
color: #45DBEB;
}
</style>
background-color css
<style>
a { background-color: #45DBEB; }
a { background-color: rgb(69,219,235); }
div.DivClassName
{
background-color: #45DBEB;
}
.BgClassName
{
background-color: #45DBEB;
}
</style>
border-color css
<style>
span { border-color: #45DBEB; }
span { border-color: rgb(69,219,235); }
td.TdClassName
{
border-color: #45DBEB;
}
.TagClassName
{
border-color: #45DBEB;
}
</style>