Shades of Turquoise Blue #65D9EA
Tints of Turquoise Blue #65D9EA
RGB
CMYK
RGB Variations
Color information
#65D9EA (or 0x65D9EA) is known color: Turquoise Blue. HEX triplet: 65, D9 and EA. RGB value is (101,217,234). Sum of RGB (Red+Green+Blue) = 101+217+234=552 (73% of max value = 765). Red value is 101 (39.84% from 255 or 18.30% from 552); Green value is 217 (85.16% from 255 or 39.31% from 552); Blue value is 234 (91.80% from 255 or 42.39% from 552); Max value from RGB is 234 - color contains mainly: blue. Hex color #65D9EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65D9EA is #9A2615. Grayscale: #B8B8B8. Windows color (decimal): -10102294 or 15391077. OLE color: 15391077.
HSL color Cylindrical-coordinate representation of color #65D9EA: hue angle of 187.67º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #65D9EA is Cyan = 0.57, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 101 | 217 | 234 | - |
| CMYK | 0.57 | 0.07 | 0 | 0.08 |
| HSL | 187.67º | 0.76% | 0.66% | - |
| HSV(B) | 187.67º | 0.57% | 0.92% | - |
| XYZ | 45.03 | 58.33 | 86.73 | - |
| YUV | 184.25 | 156.07 | 68.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 217 | 234 | 0.57 | 0.07 | 0 | 0.08 | 187.67 | 0.76 | 0.66 |
| Hex | 65 | D9 | EA | 39 | 7 | 0 | 8 | BC | 4C | 42 |
| Octal | 145 | 331 | 352 | 71 | 7 | 0 | 10 | 274 | 114 | 102 |
| Binary | 1100101 | 11011001 | 11101010 | 111001 | 111 | 0 | 1000 | 10111100 | 1001100 | 1000010 |
Color Harmonies of #65D9EA
Complementary color
Monochromatic Colors of #65D9EA
Black with #65D9EA
Text Example
Text Example
White with #65D9EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65D9EA; }
p { color: rgb(101,217,234); }
H1.HeaderClassName
{
color: #65D9EA;
}
.AnyTagClassName
{
color: #65D9EA;
}
</style>
background-color css
<style>
a { background-color: #65D9EA; }
a { background-color: rgb(101,217,234); }
div.DivClassName
{
background-color: #65D9EA;
}
.BgClassName
{
background-color: #65D9EA;
}
</style>
border-color css
<style>
span { border-color: #65D9EA; }
span { border-color: rgb(101,217,234); }
td.TdClassName
{
border-color: #65D9EA;
}
.TagClassName
{
border-color: #65D9EA;
}
</style>