Shades of Turquoise Blue #75DBEC
Tints of Turquoise Blue #75DBEC
RGB
CMYK
RGB Variations
Color information
#75DBEC (or 0x75DBEC) is known color: Turquoise Blue. HEX triplet: 75, DB and EC. RGB value is (117,219,236). Sum of RGB (Red+Green+Blue) = 117+219+236=572 (75% of max value = 765). Red value is 117 (46.09% from 255 or 20.45% from 572); Green value is 219 (85.94% from 255 or 38.29% from 572); Blue value is 236 (92.58% from 255 or 41.26% from 572); Max value from RGB is 236 - color contains mainly: blue. Hex color #75DBEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75DBEC is #8A2413. Grayscale: #BEBEBE. Windows color (decimal): -9053204 or 15522677. OLE color: 15522677.
HSL color Cylindrical-coordinate representation of color #75DBEC: hue angle of 188.57º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #75DBEC is Cyan = 0.50, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 117 | 219 | 236 | - |
| CMYK | 0.50 | 0.07 | 0 | 0.07 |
| HSL | 188.57º | 0.76% | 0.69% | - |
| HSV(B) | 188.57º | 0.5% | 0.93% | - |
| XYZ | 47.81 | 60.5 | 88.52 | - |
| YUV | 190.44 | 153.71 | 75.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 219 | 236 | 0.50 | 0.07 | 0 | 0.07 | 188.57 | 0.76 | 0.69 |
| Hex | 75 | DB | EC | 32 | 7 | 0 | 7 | BD | 4C | 45 |
| Octal | 165 | 333 | 354 | 62 | 7 | 0 | 7 | 275 | 114 | 105 |
| Binary | 1110101 | 11011011 | 11101100 | 110010 | 111 | 0 | 111 | 10111101 | 1001100 | 1000101 |
Color Harmonies of #75DBEC
Complementary color
Monochromatic Colors of #75DBEC
Black with #75DBEC
Text Example
Text Example
White with #75DBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75DBEC; }
p { color: rgb(117,219,236); }
H1.HeaderClassName
{
color: #75DBEC;
}
.AnyTagClassName
{
color: #75DBEC;
}
</style>
background-color css
<style>
a { background-color: #75DBEC; }
a { background-color: rgb(117,219,236); }
div.DivClassName
{
background-color: #75DBEC;
}
.BgClassName
{
background-color: #75DBEC;
}
</style>
border-color css
<style>
span { border-color: #75DBEC; }
span { border-color: rgb(117,219,236); }
td.TdClassName
{
border-color: #75DBEC;
}
.TagClassName
{
border-color: #75DBEC;
}
</style>