Shades of Turquoise Blue #65E2EE
Tints of Turquoise Blue #65E2EE
RGB
CMYK
RGB Variations
Color information
#65E2EE (or 0x65E2EE) is known color: Turquoise Blue. HEX triplet: 65, E2 and EE. RGB value is (101,226,238). Sum of RGB (Red+Green+Blue) = 101+226+238=565 (74% of max value = 765). Red value is 101 (39.84% from 255 or 17.88% from 565); Green value is 226 (88.67% from 255 or 40% from 565); Blue value is 238 (93.36% from 255 or 42.12% from 565); Max value from RGB is 238 - color contains mainly: blue. Hex color #65E2EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65E2EE is #9A1D11. Grayscale: #BDBDBD. Windows color (decimal): -10099986 or 15655525. OLE color: 15655525.
HSL color Cylindrical-coordinate representation of color #65E2EE: hue angle of 185.26º 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 #65E2EE is Cyan = 0.58, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 101 | 226 | 238 | - |
| CMYK | 0.58 | 0.05 | 0 | 0.07 |
| HSL | 185.26º | 0.8% | 0.66% | - |
| HSV(B) | 185.26º | 0.58% | 0.93% | - |
| XYZ | 48 | 63.33 | 90.58 | - |
| YUV | 189.99 | 155.09 | 64.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 226 | 238 | 0.58 | 0.05 | 0 | 0.07 | 185.26 | 0.8 | 0.66 |
| Hex | 65 | E2 | EE | 3A | 5 | 0 | 7 | B9 | 50 | 42 |
| Octal | 145 | 342 | 356 | 72 | 5 | 0 | 7 | 271 | 120 | 102 |
| Binary | 1100101 | 11100010 | 11101110 | 111010 | 101 | 0 | 111 | 10111001 | 1010000 | 1000010 |
Color Harmonies of #65E2EE
Complementary color
Monochromatic Colors of #65E2EE
Black with #65E2EE
Text Example
Text Example
White with #65E2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65E2EE; }
p { color: rgb(101,226,238); }
H1.HeaderClassName
{
color: #65E2EE;
}
.AnyTagClassName
{
color: #65E2EE;
}
</style>
background-color css
<style>
a { background-color: #65E2EE; }
a { background-color: rgb(101,226,238); }
div.DivClassName
{
background-color: #65E2EE;
}
.BgClassName
{
background-color: #65E2EE;
}
</style>
border-color css
<style>
span { border-color: #65E2EE; }
span { border-color: rgb(101,226,238); }
td.TdClassName
{
border-color: #65E2EE;
}
.TagClassName
{
border-color: #65E2EE;
}
</style>