Shades of Turquoise Blue #65E6EF
Tints of Turquoise Blue #65E6EF
RGB
CMYK
RGB Variations
Color information
#65E6EF (or 0x65E6EF) is known color: Turquoise Blue. HEX triplet: 65, E6 and EF. RGB value is (101,230,239). Sum of RGB (Red+Green+Blue) = 101+230+239=570 (75% of max value = 765). Red value is 101 (39.84% from 255 or 17.72% from 570); Green value is 230 (90.23% from 255 or 40.35% from 570); Blue value is 239 (93.75% from 255 or 41.93% from 570); Max value from RGB is 239 - color contains mainly: blue. Hex color #65E6EF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #65E6EF is #9A1910. Grayscale: #C0C0C0. Windows color (decimal): -10098961 or 15722085. OLE color: 15722085.
HSL color Cylindrical-coordinate representation of color #65E6EF: hue angle of 183.91º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #65E6EF is Cyan = 0.58, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 101 | 230 | 239 | - |
| CMYK | 0.58 | 0.04 | 0 | 0.06 |
| HSL | 183.91º | 0.81% | 0.67% | - |
| HSV(B) | 183.91º | 0.58% | 0.94% | - |
| XYZ | 49.24 | 65.59 | 91.73 | - |
| YUV | 192.46 | 154.26 | 62.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 230 | 239 | 0.58 | 0.04 | 0 | 0.06 | 183.91 | 0.81 | 0.67 |
| Hex | 65 | E6 | EF | 3A | 4 | 0 | 6 | B8 | 51 | 43 |
| Octal | 145 | 346 | 357 | 72 | 4 | 0 | 6 | 270 | 121 | 103 |
| Binary | 1100101 | 11100110 | 11101111 | 111010 | 100 | 0 | 110 | 10111000 | 1010001 | 1000011 |
Color Harmonies of #65E6EF
Complementary color
Monochromatic Colors of #65E6EF
Black with #65E6EF
Text Example
Text Example
White with #65E6EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65E6EF; }
p { color: rgb(101,230,239); }
H1.HeaderClassName
{
color: #65E6EF;
}
.AnyTagClassName
{
color: #65E6EF;
}
</style>
background-color css
<style>
a { background-color: #65E6EF; }
a { background-color: rgb(101,230,239); }
div.DivClassName
{
background-color: #65E6EF;
}
.BgClassName
{
background-color: #65E6EF;
}
</style>
border-color css
<style>
span { border-color: #65E6EF; }
span { border-color: rgb(101,230,239); }
td.TdClassName
{
border-color: #65E6EF;
}
.TagClassName
{
border-color: #65E6EF;
}
</style>