Shades of Turquoise Blue #65E1FB
Tints of Turquoise Blue #65E1FB
RGB
CMYK
RGB Variations
Color information
#65E1FB (or 0x65E1FB) is known color: Turquoise Blue. HEX triplet: 65, E1 and FB. RGB value is (101,225,251). Sum of RGB (Red+Green+Blue) = 101+225+251=577 (76% of max value = 765). Red value is 101 (39.84% from 255 or 17.50% from 577); Green value is 225 (88.28% from 255 or 38.99% from 577); Blue value is 251 (98.44% from 255 or 43.50% from 577); Max value from RGB is 251 - color contains mainly: blue. Hex color #65E1FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65E1FB is #9A1E04. Grayscale: #BEBEBE. Windows color (decimal): -10100229 or 16507237. OLE color: 16507237.
HSL color Cylindrical-coordinate representation of color #65E1FB: hue angle of 190.4º degrees, saturation: 0.95, 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 #65E1FB is Cyan = 0.60, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 101 | 225 | 251 | - |
| CMYK | 0.60 | 0.10 | 0 | 0.02 |
| HSL | 190.4º | 0.95% | 0.69% | - |
| HSV(B) | 190.4º | 0.6% | 0.98% | - |
| XYZ | 49.7 | 63.58 | 100.92 | - |
| YUV | 190.89 | 161.92 | 63.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 225 | 251 | 0.60 | 0.10 | 0 | 0.02 | 190.4 | 0.95 | 0.69 |
| Hex | 65 | E1 | FB | 3C | A | 0 | 2 | BE | 5F | 45 |
| Octal | 145 | 341 | 373 | 74 | 12 | 0 | 2 | 276 | 137 | 105 |
| Binary | 1100101 | 11100001 | 11111011 | 111100 | 1010 | 0 | 10 | 10111110 | 1011111 | 1000101 |
Color Harmonies of #65E1FB
Complementary color
Monochromatic Colors of #65E1FB
Black with #65E1FB
Text Example
Text Example
White with #65E1FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65E1FB; }
p { color: rgb(101,225,251); }
H1.HeaderClassName
{
color: #65E1FB;
}
.AnyTagClassName
{
color: #65E1FB;
}
</style>
background-color css
<style>
a { background-color: #65E1FB; }
a { background-color: rgb(101,225,251); }
div.DivClassName
{
background-color: #65E1FB;
}
.BgClassName
{
background-color: #65E1FB;
}
</style>
border-color css
<style>
span { border-color: #65E1FB; }
span { border-color: rgb(101,225,251); }
td.TdClassName
{
border-color: #65E1FB;
}
.TagClassName
{
border-color: #65E1FB;
}
</style>