Shades of Turquoise Blue #65E0FA
Tints of Turquoise Blue #65E0FA
RGB
CMYK
RGB Variations
Color information
#65E0FA (or 0x65E0FA) is known color: Turquoise Blue. HEX triplet: 65, E0 and FA. RGB value is (101,224,250). Sum of RGB (Red+Green+Blue) = 101+224+250=575 (76% of max value = 765). Red value is 101 (39.84% from 255 or 17.57% from 575); Green value is 224 (87.89% from 255 or 38.96% from 575); Blue value is 250 (98.05% from 255 or 43.48% from 575); Max value from RGB is 250 - color contains mainly: blue. Hex color #65E0FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65E0FA is #9A1F05. Grayscale: #BDBDBD. Windows color (decimal): -10100486 or 16441445. OLE color: 16441445.
HSL color Cylindrical-coordinate representation of color #65E0FA: hue angle of 190.47º 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 #65E0FA is Cyan = 0.60, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 101 | 224 | 250 | - |
| CMYK | 0.60 | 0.10 | 0 | 0.02 |
| HSL | 190.47º | 0.94% | 0.69% | - |
| HSV(B) | 190.47º | 0.6% | 0.98% | - |
| XYZ | 49.28 | 62.98 | 100 | - |
| YUV | 190.19 | 161.75 | 64.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 224 | 250 | 0.60 | 0.10 | 0 | 0.02 | 190.47 | 0.94 | 0.69 |
| Hex | 65 | E0 | FA | 3C | A | 0 | 2 | BE | 5E | 45 |
| Octal | 145 | 340 | 372 | 74 | 12 | 0 | 2 | 276 | 136 | 105 |
| Binary | 1100101 | 11100000 | 11111010 | 111100 | 1010 | 0 | 10 | 10111110 | 1011110 | 1000101 |
Color Harmonies of #65E0FA
Complementary color
Monochromatic Colors of #65E0FA
Black with #65E0FA
Text Example
Text Example
White with #65E0FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65E0FA; }
p { color: rgb(101,224,250); }
H1.HeaderClassName
{
color: #65E0FA;
}
.AnyTagClassName
{
color: #65E0FA;
}
</style>
background-color css
<style>
a { background-color: #65E0FA; }
a { background-color: rgb(101,224,250); }
div.DivClassName
{
background-color: #65E0FA;
}
.BgClassName
{
background-color: #65E0FA;
}
</style>
border-color css
<style>
span { border-color: #65E0FA; }
span { border-color: rgb(101,224,250); }
td.TdClassName
{
border-color: #65E0FA;
}
.TagClassName
{
border-color: #65E0FA;
}
</style>