Shades of Turquoise Blue #65E8E2
Tints of Turquoise Blue #65E8E2
RGB
CMYK
RGB Variations
Color information
#65E8E2 (or 0x65E8E2) is known color: Turquoise Blue. HEX triplet: 65, E8 and E2. RGB value is (101,232,226). Sum of RGB (Red+Green+Blue) = 101+232+226=559 (74% of max value = 765). Red value is 101 (39.84% from 255 or 18.07% from 559); Green value is 232 (91.02% from 255 or 41.50% from 559); Blue value is 226 (88.67% from 255 or 40.43% from 559); Max value from RGB is 232 - color contains mainly: green. Hex color #65E8E2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65E8E2 is #9A171D. Grayscale: #C0C0C0. Windows color (decimal): -10098462 or 14870629. OLE color: 14870629.
HSL color Cylindrical-coordinate representation of color #65E8E2: hue angle of 177.25º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #65E8E2 is Cyan = 0.56, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 101 | 232 | 226 | - |
| CMYK | 0.56 | 0 | 0.03 | 0.09 |
| HSL | 177.25º | 0.74% | 0.65% | - |
| HSV(B) | 177.25º | 0.56% | 0.91% | - |
| XYZ | 47.95 | 65.97 | 82.16 | - |
| YUV | 192.15 | 147.1 | 62.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 232 | 226 | 0.56 | 0 | 0.03 | 0.09 | 177.25 | 0.74 | 0.65 |
| Hex | 65 | E8 | E2 | 38 | 0 | 3 | 9 | B1 | 4A | 41 |
| Octal | 145 | 350 | 342 | 70 | 0 | 3 | 11 | 261 | 112 | 101 |
| Binary | 1100101 | 11101000 | 11100010 | 111000 | 0 | 11 | 1001 | 10110001 | 1001010 | 1000001 |
Color Harmonies of #65E8E2
Complementary color
Monochromatic Colors of #65E8E2
Black with #65E8E2
Text Example
Text Example
White with #65E8E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65E8E2; }
p { color: rgb(101,232,226); }
H1.HeaderClassName
{
color: #65E8E2;
}
.AnyTagClassName
{
color: #65E8E2;
}
</style>
background-color css
<style>
a { background-color: #65E8E2; }
a { background-color: rgb(101,232,226); }
div.DivClassName
{
background-color: #65E8E2;
}
.BgClassName
{
background-color: #65E8E2;
}
</style>
border-color css
<style>
span { border-color: #65E8E2; }
span { border-color: rgb(101,232,226); }
td.TdClassName
{
border-color: #65E8E2;
}
.TagClassName
{
border-color: #65E8E2;
}
</style>