Shades of Turquoise Blue #65EEDA
Tints of Turquoise Blue #65EEDA
RGB
CMYK
RGB Variations
Color information
#65EEDA (or 0x65EEDA) is known color: Turquoise Blue. HEX triplet: 65, EE and DA. RGB value is (101,238,218). Sum of RGB (Red+Green+Blue) = 101+238+218=557 (73% of max value = 765). Red value is 101 (39.84% from 255 or 18.13% from 557); Green value is 238 (93.36% from 255 or 42.73% from 557); Blue value is 218 (85.55% from 255 or 39.14% from 557); Max value from RGB is 238 - color contains mainly: green. Hex color #65EEDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65EEDA is #9A1125. Grayscale: #C2C2C2. Windows color (decimal): -10096934 or 14347877. OLE color: 14347877.
HSL color Cylindrical-coordinate representation of color #65EEDA: hue angle of 171.24º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #65EEDA is Cyan = 0.58, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 101 | 238 | 218 | - |
| CMYK | 0.58 | 0 | 0.08 | 0.07 |
| HSL | 171.24º | 0.8% | 0.66% | - |
| HSV(B) | 171.24º | 0.58% | 0.93% | - |
| XYZ | 48.6 | 68.98 | 77.08 | - |
| YUV | 194.76 | 141.11 | 61.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 238 | 218 | 0.58 | 0 | 0.08 | 0.07 | 171.24 | 0.8 | 0.66 |
| Hex | 65 | EE | DA | 3A | 0 | 8 | 7 | AB | 50 | 42 |
| Octal | 145 | 356 | 332 | 72 | 0 | 10 | 7 | 253 | 120 | 102 |
| Binary | 1100101 | 11101110 | 11011010 | 111010 | 0 | 1000 | 111 | 10101011 | 1010000 | 1000010 |
Color Harmonies of #65EEDA
Complementary color
Monochromatic Colors of #65EEDA
Black with #65EEDA
Text Example
Text Example
White with #65EEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65EEDA; }
p { color: rgb(101,238,218); }
H1.HeaderClassName
{
color: #65EEDA;
}
.AnyTagClassName
{
color: #65EEDA;
}
</style>
background-color css
<style>
a { background-color: #65EEDA; }
a { background-color: rgb(101,238,218); }
div.DivClassName
{
background-color: #65EEDA;
}
.BgClassName
{
background-color: #65EEDA;
}
</style>
border-color css
<style>
span { border-color: #65EEDA; }
span { border-color: rgb(101,238,218); }
td.TdClassName
{
border-color: #65EEDA;
}
.TagClassName
{
border-color: #65EEDA;
}
</style>