Shades of Turquoise Blue #65DBE6
Tints of Turquoise Blue #65DBE6
RGB
CMYK
RGB Variations
Color information
#65DBE6 (or 0x65DBE6) is known color: Turquoise Blue. HEX triplet: 65, DB and E6. RGB value is (101,219,230). Sum of RGB (Red+Green+Blue) = 101+219+230=550 (72% of max value = 765). Red value is 101 (39.84% from 255 or 18.36% from 550); Green value is 219 (85.94% from 255 or 39.82% from 550); Blue value is 230 (90.23% from 255 or 41.82% from 550); Max value from RGB is 230 - color contains mainly: blue. Hex color #65DBE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65DBE6 is #9A2419. Grayscale: #B8B8B8. Windows color (decimal): -10101786 or 15129445. OLE color: 15129445.
HSL color Cylindrical-coordinate representation of color #65DBE6: hue angle of 185.12º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #65DBE6 is Cyan = 0.56, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 101 | 219 | 230 | - |
| CMYK | 0.56 | 0.05 | 0 | 0.10 |
| HSL | 185.12º | 0.72% | 0.65% | - |
| HSV(B) | 185.12º | 0.56% | 0.9% | - |
| XYZ | 44.98 | 59.14 | 83.91 | - |
| YUV | 184.97 | 153.41 | 68.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 219 | 230 | 0.56 | 0.05 | 0 | 0.10 | 185.12 | 0.72 | 0.65 |
| Hex | 65 | DB | E6 | 38 | 5 | 0 | A | B9 | 48 | 41 |
| Octal | 145 | 333 | 346 | 70 | 5 | 0 | 12 | 271 | 110 | 101 |
| Binary | 1100101 | 11011011 | 11100110 | 111000 | 101 | 0 | 1010 | 10111001 | 1001000 | 1000001 |
Color Harmonies of #65DBE6
Complementary color
Monochromatic Colors of #65DBE6
Black with #65DBE6
Text Example
Text Example
White with #65DBE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65DBE6; }
p { color: rgb(101,219,230); }
H1.HeaderClassName
{
color: #65DBE6;
}
.AnyTagClassName
{
color: #65DBE6;
}
</style>
background-color css
<style>
a { background-color: #65DBE6; }
a { background-color: rgb(101,219,230); }
div.DivClassName
{
background-color: #65DBE6;
}
.BgClassName
{
background-color: #65DBE6;
}
</style>
border-color css
<style>
span { border-color: #65DBE6; }
span { border-color: rgb(101,219,230); }
td.TdClassName
{
border-color: #65DBE6;
}
.TagClassName
{
border-color: #65DBE6;
}
</style>