Shades of Turquoise Blue #65E8EA
Tints of Turquoise Blue #65E8EA
RGB
CMYK
RGB Variations
Color information
#65E8EA (or 0x65E8EA) is known color: Turquoise Blue. HEX triplet: 65, E8 and EA. RGB value is (101,232,234). Sum of RGB (Red+Green+Blue) = 101+232+234=567 (75% of max value = 765). Red value is 101 (39.84% from 255 or 17.81% from 567); Green value is 232 (91.02% from 255 or 40.92% from 567); Blue value is 234 (91.80% from 255 or 41.27% from 567); Max value from RGB is 234 - color contains mainly: blue. Hex color #65E8EA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #65E8EA is #9A1715. Grayscale: #C0C0C0. Windows color (decimal): -10098454 or 15394917. OLE color: 15394917.
HSL color Cylindrical-coordinate representation of color #65E8EA: hue angle of 180.9º 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 #65E8EA is Cyan = 0.57, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 101 | 232 | 234 | - |
| CMYK | 0.57 | 0.01 | 0 | 0.08 |
| HSL | 180.9º | 0.76% | 0.66% | - |
| HSV(B) | 180.9º | 0.57% | 0.92% | - |
| XYZ | 49.07 | 66.42 | 88.08 | - |
| YUV | 193.06 | 151.1 | 62.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 232 | 234 | 0.57 | 0.01 | 0 | 0.08 | 180.9 | 0.76 | 0.66 |
| Hex | 65 | E8 | EA | 39 | 1 | 0 | 8 | B5 | 4C | 42 |
| Octal | 145 | 350 | 352 | 71 | 1 | 0 | 10 | 265 | 114 | 102 |
| Binary | 1100101 | 11101000 | 11101010 | 111001 | 1 | 0 | 1000 | 10110101 | 1001100 | 1000010 |
Color Harmonies of #65E8EA
Complementary color
Monochromatic Colors of #65E8EA
Black with #65E8EA
Text Example
Text Example
White with #65E8EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65E8EA; }
p { color: rgb(101,232,234); }
H1.HeaderClassName
{
color: #65E8EA;
}
.AnyTagClassName
{
color: #65E8EA;
}
</style>
background-color css
<style>
a { background-color: #65E8EA; }
a { background-color: rgb(101,232,234); }
div.DivClassName
{
background-color: #65E8EA;
}
.BgClassName
{
background-color: #65E8EA;
}
</style>
border-color css
<style>
span { border-color: #65E8EA; }
span { border-color: rgb(101,232,234); }
td.TdClassName
{
border-color: #65E8EA;
}
.TagClassName
{
border-color: #65E8EA;
}
</style>