Shades of Turquoise Blue #65E6FB
Tints of Turquoise Blue #65E6FB
RGB
CMYK
RGB Variations
Color information
#65E6FB (or 0x65E6FB) is known color: Turquoise Blue. HEX triplet: 65, E6 and FB. RGB value is (101,230,251). Sum of RGB (Red+Green+Blue) = 101+230+251=582 (77% of max value = 765). Red value is 101 (39.84% from 255 or 17.35% from 582); Green value is 230 (90.23% from 255 or 39.52% from 582); Blue value is 251 (98.44% from 255 or 43.13% from 582); Max value from RGB is 251 - color contains mainly: blue. Hex color #65E6FB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #65E6FB is #9A1904. Grayscale: #C1C1C1. Windows color (decimal): -10098949 or 16508517. OLE color: 16508517.
HSL color Cylindrical-coordinate representation of color #65E6FB: hue angle of 188.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 #65E6FB is Cyan = 0.60, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 101 | 230 | 251 | - |
| CMYK | 0.60 | 0.08 | 0 | 0.02 |
| HSL | 188.4º | 0.95% | 0.69% | - |
| HSV(B) | 188.4º | 0.6% | 0.98% | - |
| XYZ | 51.08 | 66.33 | 101.38 | - |
| YUV | 193.82 | 160.26 | 61.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 230 | 251 | 0.60 | 0.08 | 0 | 0.02 | 188.4 | 0.95 | 0.69 |
| Hex | 65 | E6 | FB | 3C | 8 | 0 | 2 | BC | 5F | 45 |
| Octal | 145 | 346 | 373 | 74 | 10 | 0 | 2 | 274 | 137 | 105 |
| Binary | 1100101 | 11100110 | 11111011 | 111100 | 1000 | 0 | 10 | 10111100 | 1011111 | 1000101 |
Color Harmonies of #65E6FB
Complementary color
Monochromatic Colors of #65E6FB
Black with #65E6FB
Text Example
Text Example
White with #65E6FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65E6FB; }
p { color: rgb(101,230,251); }
H1.HeaderClassName
{
color: #65E6FB;
}
.AnyTagClassName
{
color: #65E6FB;
}
</style>
background-color css
<style>
a { background-color: #65E6FB; }
a { background-color: rgb(101,230,251); }
div.DivClassName
{
background-color: #65E6FB;
}
.BgClassName
{
background-color: #65E6FB;
}
</style>
border-color css
<style>
span { border-color: #65E6FB; }
span { border-color: rgb(101,230,251); }
td.TdClassName
{
border-color: #65E6FB;
}
.TagClassName
{
border-color: #65E6FB;
}
</style>