Shades of Turquoise Blue #65E9F7
Tints of Turquoise Blue #65E9F7
RGB
CMYK
RGB Variations
Color information
#65E9F7 (or 0x65E9F7) is known color: Turquoise Blue. HEX triplet: 65, E9 and F7. RGB value is (101,233,247). Sum of RGB (Red+Green+Blue) = 101+233+247=581 (76% of max value = 765). Red value is 101 (39.84% from 255 or 17.38% from 581); Green value is 233 (91.41% from 255 or 40.10% from 581); Blue value is 247 (96.88% from 255 or 42.51% from 581); Max value from RGB is 247 - color contains mainly: blue. Hex color #65E9F7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #65E9F7 is #9A1608. Grayscale: #C2C2C2. Windows color (decimal): -10098185 or 16247141. OLE color: 16247141.
HSL color Cylindrical-coordinate representation of color #65E9F7: hue angle of 185.75º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #65E9F7 is Cyan = 0.59, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 101 | 233 | 247 | - |
| CMYK | 0.59 | 0.06 | 0 | 0.03 |
| HSL | 185.75º | 0.9% | 0.68% | - |
| HSV(B) | 185.75º | 0.59% | 0.97% | - |
| XYZ | 51.29 | 67.76 | 98.37 | - |
| YUV | 195.13 | 157.27 | 60.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 233 | 247 | 0.59 | 0.06 | 0 | 0.03 | 185.75 | 0.9 | 0.68 |
| Hex | 65 | E9 | F7 | 3B | 6 | 0 | 3 | BA | 5A | 44 |
| Octal | 145 | 351 | 367 | 73 | 6 | 0 | 3 | 272 | 132 | 104 |
| Binary | 1100101 | 11101001 | 11110111 | 111011 | 110 | 0 | 11 | 10111010 | 1011010 | 1000100 |
Color Harmonies of #65E9F7
Complementary color
Monochromatic Colors of #65E9F7
Black with #65E9F7
Text Example
Text Example
White with #65E9F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65E9F7; }
p { color: rgb(101,233,247); }
H1.HeaderClassName
{
color: #65E9F7;
}
.AnyTagClassName
{
color: #65E9F7;
}
</style>
background-color css
<style>
a { background-color: #65E9F7; }
a { background-color: rgb(101,233,247); }
div.DivClassName
{
background-color: #65E9F7;
}
.BgClassName
{
background-color: #65E9F7;
}
</style>
border-color css
<style>
span { border-color: #65E9F7; }
span { border-color: rgb(101,233,247); }
td.TdClassName
{
border-color: #65E9F7;
}
.TagClassName
{
border-color: #65E9F7;
}
</style>