Shades of Turquoise Blue #65EEDB
Tints of Turquoise Blue #65EEDB
RGB
CMYK
RGB Variations
Color information
#65EEDB (or 0x65EEDB) is known color: Turquoise Blue. HEX triplet: 65, EE and DB. RGB value is (101,238,219). Sum of RGB (Red+Green+Blue) = 101+238+219=558 (73% of max value = 765). Red value is 101 (39.84% from 255 or 18.10% from 558); Green value is 238 (93.36% from 255 or 42.65% from 558); Blue value is 219 (85.94% from 255 or 39.25% from 558); Max value from RGB is 238 - color contains mainly: green. Hex color #65EEDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65EEDB is #9A1124. Grayscale: #C2C2C2. Windows color (decimal): -10096933 or 14413413. OLE color: 14413413.
HSL color Cylindrical-coordinate representation of color #65EEDB: hue angle of 171.68º 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 #65EEDB is Cyan = 0.58, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 101 | 238 | 219 | - |
| CMYK | 0.58 | 0 | 0.08 | 0.07 |
| HSL | 171.68º | 0.8% | 0.66% | - |
| HSV(B) | 171.68º | 0.58% | 0.93% | - |
| XYZ | 48.73 | 69.03 | 77.77 | - |
| YUV | 194.87 | 141.61 | 61.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 238 | 219 | 0.58 | 0 | 0.08 | 0.07 | 171.68 | 0.8 | 0.66 |
| Hex | 65 | EE | DB | 3A | 0 | 8 | 7 | AC | 50 | 42 |
| Octal | 145 | 356 | 333 | 72 | 0 | 10 | 7 | 254 | 120 | 102 |
| Binary | 1100101 | 11101110 | 11011011 | 111010 | 0 | 1000 | 111 | 10101100 | 1010000 | 1000010 |
Color Harmonies of #65EEDB
Complementary color
Monochromatic Colors of #65EEDB
Black with #65EEDB
Text Example
Text Example
White with #65EEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65EEDB; }
p { color: rgb(101,238,219); }
H1.HeaderClassName
{
color: #65EEDB;
}
.AnyTagClassName
{
color: #65EEDB;
}
</style>
background-color css
<style>
a { background-color: #65EEDB; }
a { background-color: rgb(101,238,219); }
div.DivClassName
{
background-color: #65EEDB;
}
.BgClassName
{
background-color: #65EEDB;
}
</style>
border-color css
<style>
span { border-color: #65EEDB; }
span { border-color: rgb(101,238,219); }
td.TdClassName
{
border-color: #65EEDB;
}
.TagClassName
{
border-color: #65EEDB;
}
</style>