Shades of Turquoise Blue #65DAE6
Tints of Turquoise Blue #65DAE6
RGB
CMYK
RGB Variations
Color information
#65DAE6 (or 0x65DAE6) is known color: Turquoise Blue. HEX triplet: 65, DA and E6. RGB value is (101,218,230). Sum of RGB (Red+Green+Blue) = 101+218+230=549 (72% of max value = 765). Red value is 101 (39.84% from 255 or 18.40% from 549); Green value is 218 (85.55% from 255 or 39.71% from 549); Blue value is 230 (90.23% from 255 or 41.89% from 549); Max value from RGB is 230 - color contains mainly: blue. Hex color #65DAE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65DAE6 is #9A2519. Grayscale: #B8B8B8. Windows color (decimal): -10102042 or 15129189. OLE color: 15129189.
HSL color Cylindrical-coordinate representation of color #65DAE6: hue angle of 185.58º 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 #65DAE6 is Cyan = 0.56, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 101 | 218 | 230 | - |
| CMYK | 0.56 | 0.05 | 0 | 0.10 |
| HSL | 185.58º | 0.72% | 0.65% | - |
| HSV(B) | 185.58º | 0.56% | 0.9% | - |
| XYZ | 44.72 | 58.62 | 83.82 | - |
| YUV | 184.39 | 153.74 | 68.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 218 | 230 | 0.56 | 0.05 | 0 | 0.10 | 185.58 | 0.72 | 0.65 |
| Hex | 65 | DA | E6 | 38 | 5 | 0 | A | BA | 48 | 41 |
| Octal | 145 | 332 | 346 | 70 | 5 | 0 | 12 | 272 | 110 | 101 |
| Binary | 1100101 | 11011010 | 11100110 | 111000 | 101 | 0 | 1010 | 10111010 | 1001000 | 1000001 |
Color Harmonies of #65DAE6
Complementary color
Monochromatic Colors of #65DAE6
Black with #65DAE6
Text Example
Text Example
White with #65DAE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65DAE6; }
p { color: rgb(101,218,230); }
H1.HeaderClassName
{
color: #65DAE6;
}
.AnyTagClassName
{
color: #65DAE6;
}
</style>
background-color css
<style>
a { background-color: #65DAE6; }
a { background-color: rgb(101,218,230); }
div.DivClassName
{
background-color: #65DAE6;
}
.BgClassName
{
background-color: #65DAE6;
}
</style>
border-color css
<style>
span { border-color: #65DAE6; }
span { border-color: rgb(101,218,230); }
td.TdClassName
{
border-color: #65DAE6;
}
.TagClassName
{
border-color: #65DAE6;
}
</style>