Shades of Turquoise Blue #65E8FB
Tints of Turquoise Blue #65E8FB
RGB
CMYK
RGB Variations
Color information
#65E8FB (or 0x65E8FB) is known color: Turquoise Blue. HEX triplet: 65, E8 and FB. RGB value is (101,232,251). Sum of RGB (Red+Green+Blue) = 101+232+251=584 (77% of max value = 765). Red value is 101 (39.84% from 255 or 17.29% from 584); Green value is 232 (91.02% from 255 or 39.73% from 584); Blue value is 251 (98.44% from 255 or 42.98% from 584); Max value from RGB is 251 - color contains mainly: blue. Hex color #65E8FB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #65E8FB is #9A1704. Grayscale: #C2C2C2. Windows color (decimal): -10098437 or 16509029. OLE color: 16509029.
HSL color Cylindrical-coordinate representation of color #65E8FB: hue angle of 187.6º 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 #65E8FB is Cyan = 0.60, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 101 | 232 | 251 | - |
| CMYK | 0.60 | 0.08 | 0 | 0.02 |
| HSL | 187.6º | 0.95% | 0.69% | - |
| HSV(B) | 187.6º | 0.6% | 0.98% | - |
| XYZ | 51.64 | 67.44 | 101.56 | - |
| YUV | 195 | 159.6 | 60.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 232 | 251 | 0.60 | 0.08 | 0 | 0.02 | 187.6 | 0.95 | 0.69 |
| Hex | 65 | E8 | FB | 3C | 8 | 0 | 2 | BC | 5F | 45 |
| Octal | 145 | 350 | 373 | 74 | 10 | 0 | 2 | 274 | 137 | 105 |
| Binary | 1100101 | 11101000 | 11111011 | 111100 | 1000 | 0 | 10 | 10111100 | 1011111 | 1000101 |
Color Harmonies of #65E8FB
Complementary color
Monochromatic Colors of #65E8FB
Black with #65E8FB
Text Example
Text Example
White with #65E8FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65E8FB; }
p { color: rgb(101,232,251); }
H1.HeaderClassName
{
color: #65E8FB;
}
.AnyTagClassName
{
color: #65E8FB;
}
</style>
background-color css
<style>
a { background-color: #65E8FB; }
a { background-color: rgb(101,232,251); }
div.DivClassName
{
background-color: #65E8FB;
}
.BgClassName
{
background-color: #65E8FB;
}
</style>
border-color css
<style>
span { border-color: #65E8FB; }
span { border-color: rgb(101,232,251); }
td.TdClassName
{
border-color: #65E8FB;
}
.TagClassName
{
border-color: #65E8FB;
}
</style>