Shades of Turquoise Blue #65E7FE
Tints of Turquoise Blue #65E7FE
RGB
CMYK
RGB Variations
Color information
#65E7FE (or 0x65E7FE) is known color: Turquoise Blue. HEX triplet: 65, E7 and FE. RGB value is (101,231,254). Sum of RGB (Red+Green+Blue) = 101+231+254=586 (77% of max value = 765). Red value is 101 (39.84% from 255 or 17.24% from 586); Green value is 231 (90.62% from 255 or 39.42% from 586); Blue value is 254 (99.61% from 255 or 43.34% from 586); Max value from RGB is 254 - color contains mainly: blue. Hex color #65E7FE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #65E7FE is #9A1801. Grayscale: #C2C2C2. Windows color (decimal): -10098690 or 16705381. OLE color: 16705381.
HSL color Cylindrical-coordinate representation of color #65E7FE: hue angle of 189.02º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #65E7FE is Cyan = 0.60, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 101 | 231 | 254 | - |
| CMYK | 0.60 | 0.09 | 0 | 0.00 |
| HSL | 189.02º | 0.99% | 0.7% | - |
| HSV(B) | 189.02º | 0.6% | 1% | - |
| XYZ | 51.83 | 67.07 | 103.98 | - |
| YUV | 194.75 | 161.43 | 61.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 231 | 254 | 0.60 | 0.09 | 0 | 0.00 | 189.02 | 0.99 | 0.7 |
| Hex | 65 | E7 | FE | 3C | 9 | 0 | 0 | BD | 63 | 46 |
| Octal | 145 | 347 | 376 | 74 | 11 | 0 | 0 | 275 | 143 | 106 |
| Binary | 1100101 | 11100111 | 11111110 | 111100 | 1001 | 0 | 0 | 10111101 | 1100011 | 1000110 |
Color Harmonies of #65E7FE
Complementary color
Monochromatic Colors of #65E7FE
Black with #65E7FE
Text Example
Text Example
White with #65E7FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65E7FE; }
p { color: rgb(101,231,254); }
H1.HeaderClassName
{
color: #65E7FE;
}
.AnyTagClassName
{
color: #65E7FE;
}
</style>
background-color css
<style>
a { background-color: #65E7FE; }
a { background-color: rgb(101,231,254); }
div.DivClassName
{
background-color: #65E7FE;
}
.BgClassName
{
background-color: #65E7FE;
}
</style>
border-color css
<style>
span { border-color: #65E7FE; }
span { border-color: rgb(101,231,254); }
td.TdClassName
{
border-color: #65E7FE;
}
.TagClassName
{
border-color: #65E7FE;
}
</style>