Shades of Turquoise Blue #65E8FC
Tints of Turquoise Blue #65E8FC
RGB
CMYK
RGB Variations
Color information
#65E8FC (or 0x65E8FC) is known color: Turquoise Blue. HEX triplet: 65, E8 and FC. RGB value is (101,232,252). Sum of RGB (Red+Green+Blue) = 101+232+252=585 (77% of max value = 765). Red value is 101 (39.84% from 255 or 17.26% from 585); Green value is 232 (91.02% from 255 or 39.66% from 585); Blue value is 252 (98.83% from 255 or 43.08% from 585); Max value from RGB is 252 - color contains mainly: blue. Hex color #65E8FC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #65E8FC is #9A1703. Grayscale: #C2C2C2. Windows color (decimal): -10098436 or 16574565. OLE color: 16574565.
HSL color Cylindrical-coordinate representation of color #65E8FC: hue angle of 187.95º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #65E8FC is Cyan = 0.60, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 101 | 232 | 252 | - |
| CMYK | 0.60 | 0.08 | 0 | 0.01 |
| HSL | 187.95º | 0.96% | 0.69% | - |
| HSV(B) | 187.95º | 0.6% | 0.99% | - |
| XYZ | 51.79 | 67.51 | 102.4 | - |
| YUV | 195.11 | 160.1 | 60.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 232 | 252 | 0.60 | 0.08 | 0 | 0.01 | 187.95 | 0.96 | 0.69 |
| Hex | 65 | E8 | FC | 3C | 8 | 0 | 1 | BC | 60 | 45 |
| Octal | 145 | 350 | 374 | 74 | 10 | 0 | 1 | 274 | 140 | 105 |
| Binary | 1100101 | 11101000 | 11111100 | 111100 | 1000 | 0 | 1 | 10111100 | 1100000 | 1000101 |
Color Harmonies of #65E8FC
Complementary color
Monochromatic Colors of #65E8FC
Black with #65E8FC
Text Example
Text Example
White with #65E8FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65E8FC; }
p { color: rgb(101,232,252); }
H1.HeaderClassName
{
color: #65E8FC;
}
.AnyTagClassName
{
color: #65E8FC;
}
</style>
background-color css
<style>
a { background-color: #65E8FC; }
a { background-color: rgb(101,232,252); }
div.DivClassName
{
background-color: #65E8FC;
}
.BgClassName
{
background-color: #65E8FC;
}
</style>
border-color css
<style>
span { border-color: #65E8FC; }
span { border-color: rgb(101,232,252); }
td.TdClassName
{
border-color: #65E8FC;
}
.TagClassName
{
border-color: #65E8FC;
}
</style>