Shades of Turquoise Blue #65E2ED
Tints of Turquoise Blue #65E2ED
RGB
CMYK
RGB Variations
Color information
#65E2ED (or 0x65E2ED) is known color: Turquoise Blue. HEX triplet: 65, E2 and ED. RGB value is (101,226,237). Sum of RGB (Red+Green+Blue) = 101+226+237=564 (74% of max value = 765). Red value is 101 (39.84% from 255 or 17.91% from 564); Green value is 226 (88.67% from 255 or 40.07% from 564); Blue value is 237 (92.97% from 255 or 42.02% from 564); Max value from RGB is 237 - color contains mainly: blue. Hex color #65E2ED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65E2ED is #9A1D12. Grayscale: #BDBDBD. Windows color (decimal): -10099987 or 15589989. OLE color: 15589989.
HSL color Cylindrical-coordinate representation of color #65E2ED: hue angle of 184.85º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #65E2ED is Cyan = 0.57, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 101 | 226 | 237 | - |
| CMYK | 0.57 | 0.05 | 0 | 0.07 |
| HSL | 184.85º | 0.79% | 0.66% | - |
| HSV(B) | 184.85º | 0.57% | 0.93% | - |
| XYZ | 47.85 | 63.27 | 89.81 | - |
| YUV | 189.88 | 154.59 | 64.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 226 | 237 | 0.57 | 0.05 | 0 | 0.07 | 184.85 | 0.79 | 0.66 |
| Hex | 65 | E2 | ED | 39 | 5 | 0 | 7 | B9 | 4F | 42 |
| Octal | 145 | 342 | 355 | 71 | 5 | 0 | 7 | 271 | 117 | 102 |
| Binary | 1100101 | 11100010 | 11101101 | 111001 | 101 | 0 | 111 | 10111001 | 1001111 | 1000010 |
Color Harmonies of #65E2ED
Complementary color
Monochromatic Colors of #65E2ED
Black with #65E2ED
Text Example
Text Example
White with #65E2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65E2ED; }
p { color: rgb(101,226,237); }
H1.HeaderClassName
{
color: #65E2ED;
}
.AnyTagClassName
{
color: #65E2ED;
}
</style>
background-color css
<style>
a { background-color: #65E2ED; }
a { background-color: rgb(101,226,237); }
div.DivClassName
{
background-color: #65E2ED;
}
.BgClassName
{
background-color: #65E2ED;
}
</style>
border-color css
<style>
span { border-color: #65E2ED; }
span { border-color: rgb(101,226,237); }
td.TdClassName
{
border-color: #65E2ED;
}
.TagClassName
{
border-color: #65E2ED;
}
</style>