Shades of Turquoise Blue #65E6EC
Tints of Turquoise Blue #65E6EC
RGB
CMYK
RGB Variations
Color information
#65E6EC (or 0x65E6EC) is known color: Turquoise Blue. HEX triplet: 65, E6 and EC. RGB value is (101,230,236). Sum of RGB (Red+Green+Blue) = 101+230+236=567 (75% of max value = 765). Red value is 101 (39.84% from 255 or 17.81% from 567); Green value is 230 (90.23% from 255 or 40.56% from 567); Blue value is 236 (92.58% from 255 or 41.62% from 567); Max value from RGB is 236 - color contains mainly: blue. Hex color #65E6EC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #65E6EC is #9A1913. Grayscale: #BFBFBF. Windows color (decimal): -10098964 or 15525477. OLE color: 15525477.
HSL color Cylindrical-coordinate representation of color #65E6EC: hue angle of 182.67º degrees, saturation: 0.78, 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 #65E6EC is Cyan = 0.57, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 101 | 230 | 236 | - |
| CMYK | 0.57 | 0.03 | 0 | 0.07 |
| HSL | 182.67º | 0.78% | 0.66% | - |
| HSV(B) | 182.67º | 0.57% | 0.93% | - |
| XYZ | 48.8 | 65.42 | 89.41 | - |
| YUV | 192.11 | 152.76 | 63.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 230 | 236 | 0.57 | 0.03 | 0 | 0.07 | 182.67 | 0.78 | 0.66 |
| Hex | 65 | E6 | EC | 39 | 3 | 0 | 7 | B7 | 4E | 42 |
| Octal | 145 | 346 | 354 | 71 | 3 | 0 | 7 | 267 | 116 | 102 |
| Binary | 1100101 | 11100110 | 11101100 | 111001 | 11 | 0 | 111 | 10110111 | 1001110 | 1000010 |
Color Harmonies of #65E6EC
Complementary color
Monochromatic Colors of #65E6EC
Black with #65E6EC
Text Example
Text Example
White with #65E6EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65E6EC; }
p { color: rgb(101,230,236); }
H1.HeaderClassName
{
color: #65E6EC;
}
.AnyTagClassName
{
color: #65E6EC;
}
</style>
background-color css
<style>
a { background-color: #65E6EC; }
a { background-color: rgb(101,230,236); }
div.DivClassName
{
background-color: #65E6EC;
}
.BgClassName
{
background-color: #65E6EC;
}
</style>
border-color css
<style>
span { border-color: #65E6EC; }
span { border-color: rgb(101,230,236); }
td.TdClassName
{
border-color: #65E6EC;
}
.TagClassName
{
border-color: #65E6EC;
}
</style>