Shades of Turquoise Blue #65DAE9
Tints of Turquoise Blue #65DAE9
RGB
CMYK
RGB Variations
Color information
#65DAE9 (or 0x65DAE9) is known color: Turquoise Blue. HEX triplet: 65, DA and E9. RGB value is (101,218,233). Sum of RGB (Red+Green+Blue) = 101+218+233=552 (73% of max value = 765). Red value is 101 (39.84% from 255 or 18.30% from 552); Green value is 218 (85.55% from 255 or 39.49% from 552); Blue value is 233 (91.41% from 255 or 42.21% from 552); Max value from RGB is 233 - color contains mainly: blue. Hex color #65DAE9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65DAE9 is #9A2516. Grayscale: #B8B8B8. Windows color (decimal): -10102039 or 15325797. OLE color: 15325797.
HSL color Cylindrical-coordinate representation of color #65DAE9: hue angle of 186.82º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #65DAE9 is Cyan = 0.57, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 101 | 218 | 233 | - |
| CMYK | 0.57 | 0.06 | 0 | 0.09 |
| HSL | 186.82º | 0.75% | 0.65% | - |
| HSV(B) | 186.82º | 0.57% | 0.91% | - |
| XYZ | 45.15 | 58.79 | 86.06 | - |
| YUV | 184.73 | 155.24 | 68.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 218 | 233 | 0.57 | 0.06 | 0 | 0.09 | 186.82 | 0.75 | 0.65 |
| Hex | 65 | DA | E9 | 39 | 6 | 0 | 9 | BB | 4B | 41 |
| Octal | 145 | 332 | 351 | 71 | 6 | 0 | 11 | 273 | 113 | 101 |
| Binary | 1100101 | 11011010 | 11101001 | 111001 | 110 | 0 | 1001 | 10111011 | 1001011 | 1000001 |
Color Harmonies of #65DAE9
Complementary color
Monochromatic Colors of #65DAE9
Black with #65DAE9
Text Example
Text Example
White with #65DAE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65DAE9; }
p { color: rgb(101,218,233); }
H1.HeaderClassName
{
color: #65DAE9;
}
.AnyTagClassName
{
color: #65DAE9;
}
</style>
background-color css
<style>
a { background-color: #65DAE9; }
a { background-color: rgb(101,218,233); }
div.DivClassName
{
background-color: #65DAE9;
}
.BgClassName
{
background-color: #65DAE9;
}
</style>
border-color css
<style>
span { border-color: #65DAE9; }
span { border-color: rgb(101,218,233); }
td.TdClassName
{
border-color: #65DAE9;
}
.TagClassName
{
border-color: #65DAE9;
}
</style>