Shades of Turquoise Blue #65DBEC
Tints of Turquoise Blue #65DBEC
RGB
CMYK
RGB Variations
Color information
#65DBEC (or 0x65DBEC) is known color: Turquoise Blue. HEX triplet: 65, DB and EC. RGB value is (101,219,236). Sum of RGB (Red+Green+Blue) = 101+219+236=556 (73% of max value = 765). Red value is 101 (39.84% from 255 or 18.17% from 556); Green value is 219 (85.94% from 255 or 39.39% from 556); Blue value is 236 (92.58% from 255 or 42.45% from 556); Max value from RGB is 236 - color contains mainly: blue. Hex color #65DBEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65DBEC is #9A2413. Grayscale: #B9B9B9. Windows color (decimal): -10101780 or 15522661. OLE color: 15522661.
HSL color Cylindrical-coordinate representation of color #65DBEC: hue angle of 187.56º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #65DBEC is Cyan = 0.57, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 101 | 219 | 236 | - |
| CMYK | 0.57 | 0.07 | 0 | 0.07 |
| HSL | 187.56º | 0.78% | 0.66% | - |
| HSV(B) | 187.56º | 0.57% | 0.93% | - |
| XYZ | 45.84 | 59.49 | 88.42 | - |
| YUV | 185.66 | 156.41 | 67.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 219 | 236 | 0.57 | 0.07 | 0 | 0.07 | 187.56 | 0.78 | 0.66 |
| Hex | 65 | DB | EC | 39 | 7 | 0 | 7 | BC | 4E | 42 |
| Octal | 145 | 333 | 354 | 71 | 7 | 0 | 7 | 274 | 116 | 102 |
| Binary | 1100101 | 11011011 | 11101100 | 111001 | 111 | 0 | 111 | 10111100 | 1001110 | 1000010 |
Color Harmonies of #65DBEC
Complementary color
Monochromatic Colors of #65DBEC
Black with #65DBEC
Text Example
Text Example
White with #65DBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65DBEC; }
p { color: rgb(101,219,236); }
H1.HeaderClassName
{
color: #65DBEC;
}
.AnyTagClassName
{
color: #65DBEC;
}
</style>
background-color css
<style>
a { background-color: #65DBEC; }
a { background-color: rgb(101,219,236); }
div.DivClassName
{
background-color: #65DBEC;
}
.BgClassName
{
background-color: #65DBEC;
}
</style>
border-color css
<style>
span { border-color: #65DBEC; }
span { border-color: rgb(101,219,236); }
td.TdClassName
{
border-color: #65DBEC;
}
.TagClassName
{
border-color: #65DBEC;
}
</style>