Shades of Turquoise Blue #65E7FA
Tints of Turquoise Blue #65E7FA
RGB
CMYK
RGB Variations
Color information
#65E7FA (or 0x65E7FA) is known color: Turquoise Blue. HEX triplet: 65, E7 and FA. RGB value is (101,231,250). Sum of RGB (Red+Green+Blue) = 101+231+250=582 (77% of max value = 765). Red value is 101 (39.84% from 255 or 17.35% from 582); Green value is 231 (90.62% from 255 or 39.69% from 582); Blue value is 250 (98.05% from 255 or 42.96% from 582); Max value from RGB is 250 - color contains mainly: blue. Hex color #65E7FA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #65E7FA is #9A1805. Grayscale: #C2C2C2. Windows color (decimal): -10098694 or 16443237. OLE color: 16443237.
HSL color Cylindrical-coordinate representation of color #65E7FA: hue angle of 187.65º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #65E7FA is Cyan = 0.60, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 101 | 231 | 250 | - |
| CMYK | 0.60 | 0.08 | 0 | 0.02 |
| HSL | 187.65º | 0.94% | 0.69% | - |
| HSV(B) | 187.65º | 0.6% | 0.98% | - |
| XYZ | 51.2 | 66.82 | 100.64 | - |
| YUV | 194.3 | 159.43 | 61.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 231 | 250 | 0.60 | 0.08 | 0 | 0.02 | 187.65 | 0.94 | 0.69 |
| Hex | 65 | E7 | FA | 3C | 8 | 0 | 2 | BC | 5E | 45 |
| Octal | 145 | 347 | 372 | 74 | 10 | 0 | 2 | 274 | 136 | 105 |
| Binary | 1100101 | 11100111 | 11111010 | 111100 | 1000 | 0 | 10 | 10111100 | 1011110 | 1000101 |
Color Harmonies of #65E7FA
Complementary color
Monochromatic Colors of #65E7FA
Black with #65E7FA
Text Example
Text Example
White with #65E7FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65E7FA; }
p { color: rgb(101,231,250); }
H1.HeaderClassName
{
color: #65E7FA;
}
.AnyTagClassName
{
color: #65E7FA;
}
</style>
background-color css
<style>
a { background-color: #65E7FA; }
a { background-color: rgb(101,231,250); }
div.DivClassName
{
background-color: #65E7FA;
}
.BgClassName
{
background-color: #65E7FA;
}
</style>
border-color css
<style>
span { border-color: #65E7FA; }
span { border-color: rgb(101,231,250); }
td.TdClassName
{
border-color: #65E7FA;
}
.TagClassName
{
border-color: #65E7FA;
}
</style>