Shades of Turquoise Blue #65E2FB
Tints of Turquoise Blue #65E2FB
RGB
CMYK
RGB Variations
Color information
#65E2FB (or 0x65E2FB) is known color: Turquoise Blue. HEX triplet: 65, E2 and FB. RGB value is (101,226,251). Sum of RGB (Red+Green+Blue) = 101+226+251=578 (76% of max value = 765). Red value is 101 (39.84% from 255 or 17.47% from 578); Green value is 226 (88.67% from 255 or 39.10% from 578); Blue value is 251 (98.44% from 255 or 43.43% from 578); Max value from RGB is 251 - color contains mainly: blue. Hex color #65E2FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65E2FB is #9A1D04. Grayscale: #BFBFBF. Windows color (decimal): -10099973 or 16507493. OLE color: 16507493.
HSL color Cylindrical-coordinate representation of color #65E2FB: hue angle of 190º 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 #65E2FB is Cyan = 0.60, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 101 | 226 | 251 | - |
| CMYK | 0.60 | 0.10 | 0 | 0.02 |
| HSL | 190º | 0.95% | 0.69% | - |
| HSV(B) | 190º | 0.6% | 0.98% | - |
| XYZ | 49.98 | 64.12 | 101.01 | - |
| YUV | 191.48 | 161.59 | 63.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 226 | 251 | 0.60 | 0.10 | 0 | 0.02 | 190 | 0.95 | 0.69 |
| Hex | 65 | E2 | FB | 3C | A | 0 | 2 | BE | 5F | 45 |
| Octal | 145 | 342 | 373 | 74 | 12 | 0 | 2 | 276 | 137 | 105 |
| Binary | 1100101 | 11100010 | 11111011 | 111100 | 1010 | 0 | 10 | 10111110 | 1011111 | 1000101 |
Color Harmonies of #65E2FB
Complementary color
Monochromatic Colors of #65E2FB
Black with #65E2FB
Text Example
Text Example
White with #65E2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65E2FB; }
p { color: rgb(101,226,251); }
H1.HeaderClassName
{
color: #65E2FB;
}
.AnyTagClassName
{
color: #65E2FB;
}
</style>
background-color css
<style>
a { background-color: #65E2FB; }
a { background-color: rgb(101,226,251); }
div.DivClassName
{
background-color: #65E2FB;
}
.BgClassName
{
background-color: #65E2FB;
}
</style>
border-color css
<style>
span { border-color: #65E2FB; }
span { border-color: rgb(101,226,251); }
td.TdClassName
{
border-color: #65E2FB;
}
.TagClassName
{
border-color: #65E2FB;
}
</style>