Shades of Turquoise Blue #65EEED
Tints of Turquoise Blue #65EEED
RGB
CMYK
RGB Variations
Color information
#65EEED (or 0x65EEED) is known color: Turquoise Blue. HEX triplet: 65, EE and ED. RGB value is (101,238,237). Sum of RGB (Red+Green+Blue) = 101+238+237=576 (76% of max value = 765). Red value is 101 (39.84% from 255 or 17.53% from 576); Green value is 238 (93.36% from 255 or 41.32% from 576); Blue value is 237 (92.97% from 255 or 41.15% from 576); Max value from RGB is 238 - color contains mainly: green. Hex color #65EEED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #65EEED is #9A1112. Grayscale: #C4C4C4. Windows color (decimal): -10096915 or 15593061. OLE color: 15593061.
HSL color Cylindrical-coordinate representation of color #65EEED: hue angle of 179.56º 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 #65EEED is Cyan = 0.58, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 101 | 238 | 237 | - |
| CMYK | 0.58 | 0 | 0.00 | 0.07 |
| HSL | 179.56º | 0.8% | 0.66% | - |
| HSV(B) | 179.56º | 0.58% | 0.93% | - |
| XYZ | 51.23 | 70.03 | 90.94 | - |
| YUV | 196.92 | 150.61 | 59.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 238 | 237 | 0.58 | 0 | 0.00 | 0.07 | 179.56 | 0.8 | 0.66 |
| Hex | 65 | EE | ED | 3A | 0 | 0 | 7 | B4 | 50 | 42 |
| Octal | 145 | 356 | 355 | 72 | 0 | 0 | 7 | 264 | 120 | 102 |
| Binary | 1100101 | 11101110 | 11101101 | 111010 | 0 | 0 | 111 | 10110100 | 1010000 | 1000010 |
Color Harmonies of #65EEED
Complementary color
Monochromatic Colors of #65EEED
Black with #65EEED
Text Example
Text Example
White with #65EEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65EEED; }
p { color: rgb(101,238,237); }
H1.HeaderClassName
{
color: #65EEED;
}
.AnyTagClassName
{
color: #65EEED;
}
</style>
background-color css
<style>
a { background-color: #65EEED; }
a { background-color: rgb(101,238,237); }
div.DivClassName
{
background-color: #65EEED;
}
.BgClassName
{
background-color: #65EEED;
}
</style>
border-color css
<style>
span { border-color: #65EEED; }
span { border-color: rgb(101,238,237); }
td.TdClassName
{
border-color: #65EEED;
}
.TagClassName
{
border-color: #65EEED;
}
</style>