Shades of Turquoise Blue #65EEE9
Tints of Turquoise Blue #65EEE9
RGB
CMYK
RGB Variations
Color information
#65EEE9 (or 0x65EEE9) is known color: Turquoise Blue. HEX triplet: 65, EE and E9. RGB value is (101,238,233). Sum of RGB (Red+Green+Blue) = 101+238+233=572 (75% of max value = 765). Red value is 101 (39.84% from 255 or 17.66% from 572); Green value is 238 (93.36% from 255 or 41.61% from 572); Blue value is 233 (91.41% from 255 or 40.73% from 572); Max value from RGB is 238 - color contains mainly: green. Hex color #65EEE9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #65EEE9 is #9A1116. Grayscale: #C4C4C4. Windows color (decimal): -10096919 or 15330917. OLE color: 15330917.
HSL color Cylindrical-coordinate representation of color #65EEE9: hue angle of 177.81º 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 #65EEE9 is Cyan = 0.58, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 101 | 238 | 233 | - |
| CMYK | 0.58 | 0 | 0.02 | 0.07 |
| HSL | 177.81º | 0.8% | 0.66% | - |
| HSV(B) | 177.81º | 0.58% | 0.93% | - |
| XYZ | 50.65 | 69.8 | 87.89 | - |
| YUV | 196.47 | 148.61 | 59.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 238 | 233 | 0.58 | 0 | 0.02 | 0.07 | 177.81 | 0.8 | 0.66 |
| Hex | 65 | EE | E9 | 3A | 0 | 2 | 7 | B2 | 50 | 42 |
| Octal | 145 | 356 | 351 | 72 | 0 | 2 | 7 | 262 | 120 | 102 |
| Binary | 1100101 | 11101110 | 11101001 | 111010 | 0 | 10 | 111 | 10110010 | 1010000 | 1000010 |
Color Harmonies of #65EEE9
Complementary color
Monochromatic Colors of #65EEE9
Black with #65EEE9
Text Example
Text Example
White with #65EEE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65EEE9; }
p { color: rgb(101,238,233); }
H1.HeaderClassName
{
color: #65EEE9;
}
.AnyTagClassName
{
color: #65EEE9;
}
</style>
background-color css
<style>
a { background-color: #65EEE9; }
a { background-color: rgb(101,238,233); }
div.DivClassName
{
background-color: #65EEE9;
}
.BgClassName
{
background-color: #65EEE9;
}
</style>
border-color css
<style>
span { border-color: #65EEE9; }
span { border-color: rgb(101,238,233); }
td.TdClassName
{
border-color: #65EEE9;
}
.TagClassName
{
border-color: #65EEE9;
}
</style>