Shades of Turquoise Blue #65E2FF
Tints of Turquoise Blue #65E2FF
RGB
CMYK
RGB Variations
Color information
#65E2FF (or 0x65E2FF) is known color: Turquoise Blue. HEX triplet: 65, E2 and FF. RGB value is (101,226,255). Sum of RGB (Red+Green+Blue) = 101+226+255=582 (77% of max value = 765). Red value is 101 (39.84% from 255 or 17.35% from 582); Green value is 226 (88.67% from 255 or 38.83% from 582); Blue value is 255 (100% from 255 or 43.81% from 582); Max value from RGB is 255 - color contains mainly: blue. Hex color #65E2FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65E2FF is #9A1D00. Grayscale: #BFBFBF. Windows color (decimal): -10099969 or 16769637. OLE color: 16769637.
HSL color Cylindrical-coordinate representation of color #65E2FF: hue angle of 191.3º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #65E2FF is Cyan = 0.60, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 101 | 226 | 255 | - |
| CMYK | 0.60 | 0.11 | 0 | 0 |
| HSL | 191.3º | 1% | 0.7% | - |
| HSV(B) | 191.3º | 0.6% | 1% | - |
| XYZ | 50.61 | 64.38 | 104.37 | - |
| YUV | 191.93 | 163.59 | 63.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 226 | 255 | 0.60 | 0.11 | 0 | 0 | 191.3 | 1 | 0.7 |
| Hex | 65 | E2 | FF | 3C | B | 0 | 0 | BF | 64 | 46 |
| Octal | 145 | 342 | 377 | 74 | 13 | 0 | 0 | 277 | 144 | 106 |
| Binary | 1100101 | 11100010 | 11111111 | 111100 | 1011 | 0 | 0 | 10111111 | 1100100 | 1000110 |
Color Harmonies of #65E2FF
Complementary color
Monochromatic Colors of #65E2FF
Black with #65E2FF
Text Example
Text Example
White with #65E2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65E2FF; }
p { color: rgb(101,226,255); }
H1.HeaderClassName
{
color: #65E2FF;
}
.AnyTagClassName
{
color: #65E2FF;
}
</style>
background-color css
<style>
a { background-color: #65E2FF; }
a { background-color: rgb(101,226,255); }
div.DivClassName
{
background-color: #65E2FF;
}
.BgClassName
{
background-color: #65E2FF;
}
</style>
border-color css
<style>
span { border-color: #65E2FF; }
span { border-color: rgb(101,226,255); }
td.TdClassName
{
border-color: #65E2FF;
}
.TagClassName
{
border-color: #65E2FF;
}
</style>