Shades of Turquoise Blue #65E3EF
Tints of Turquoise Blue #65E3EF
RGB
CMYK
RGB Variations
Color information
#65E3EF (or 0x65E3EF) is known color: Turquoise Blue. HEX triplet: 65, E3 and EF. RGB value is (101,227,239). Sum of RGB (Red+Green+Blue) = 101+227+239=567 (75% of max value = 765). Red value is 101 (39.84% from 255 or 17.81% from 567); Green value is 227 (89.06% from 255 or 40.04% from 567); Blue value is 239 (93.75% from 255 or 42.15% from 567); Max value from RGB is 239 - color contains mainly: blue. Hex color #65E3EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65E3EF is #9A1C10. Grayscale: #BEBEBE. Windows color (decimal): -10099729 or 15721317. OLE color: 15721317.
HSL color Cylindrical-coordinate representation of color #65E3EF: hue angle of 185.22º 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 #65E3EF is Cyan = 0.58, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 101 | 227 | 239 | - |
| CMYK | 0.58 | 0.05 | 0 | 0.06 |
| HSL | 185.22º | 0.81% | 0.67% | - |
| HSV(B) | 185.22º | 0.58% | 0.94% | - |
| XYZ | 48.42 | 63.94 | 91.45 | - |
| YUV | 190.69 | 155.26 | 64.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 227 | 239 | 0.58 | 0.05 | 0 | 0.06 | 185.22 | 0.81 | 0.67 |
| Hex | 65 | E3 | EF | 3A | 5 | 0 | 6 | B9 | 51 | 43 |
| Octal | 145 | 343 | 357 | 72 | 5 | 0 | 6 | 271 | 121 | 103 |
| Binary | 1100101 | 11100011 | 11101111 | 111010 | 101 | 0 | 110 | 10111001 | 1010001 | 1000011 |
Color Harmonies of #65E3EF
Complementary color
Monochromatic Colors of #65E3EF
Black with #65E3EF
Text Example
Text Example
White with #65E3EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65E3EF; }
p { color: rgb(101,227,239); }
H1.HeaderClassName
{
color: #65E3EF;
}
.AnyTagClassName
{
color: #65E3EF;
}
</style>
background-color css
<style>
a { background-color: #65E3EF; }
a { background-color: rgb(101,227,239); }
div.DivClassName
{
background-color: #65E3EF;
}
.BgClassName
{
background-color: #65E3EF;
}
</style>
border-color css
<style>
span { border-color: #65E3EF; }
span { border-color: rgb(101,227,239); }
td.TdClassName
{
border-color: #65E3EF;
}
.TagClassName
{
border-color: #65E3EF;
}
</style>