Shades of Turquoise Blue #65E5F9
Tints of Turquoise Blue #65E5F9
RGB
CMYK
RGB Variations
Color information
#65E5F9 (or 0x65E5F9) is known color: Turquoise Blue. HEX triplet: 65, E5 and F9. RGB value is (101,229,249). Sum of RGB (Red+Green+Blue) = 101+229+249=579 (76% of max value = 765). Red value is 101 (39.84% from 255 or 17.44% from 579); Green value is 229 (89.84% from 255 or 39.55% from 579); Blue value is 249 (97.66% from 255 or 43.01% from 579); Max value from RGB is 249 - color contains mainly: blue. Hex color #65E5F9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65E5F9 is #9A1A06. Grayscale: #C0C0C0. Windows color (decimal): -10099207 or 16377189. OLE color: 16377189.
HSL color Cylindrical-coordinate representation of color #65E5F9: hue angle of 188.11º degrees, saturation: 0.93, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #65E5F9 is Cyan = 0.59, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 101 | 229 | 249 | - |
| CMYK | 0.59 | 0.08 | 0 | 0.02 |
| HSL | 188.11º | 0.93% | 0.69% | - |
| HSV(B) | 188.11º | 0.59% | 0.98% | - |
| XYZ | 50.49 | 65.64 | 99.63 | - |
| YUV | 193.01 | 159.59 | 62.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 229 | 249 | 0.59 | 0.08 | 0 | 0.02 | 188.11 | 0.93 | 0.69 |
| Hex | 65 | E5 | F9 | 3B | 8 | 0 | 2 | BC | 5C | 45 |
| Octal | 145 | 345 | 371 | 73 | 10 | 0 | 2 | 274 | 134 | 105 |
| Binary | 1100101 | 11100101 | 11111001 | 111011 | 1000 | 0 | 10 | 10111100 | 1011100 | 1000101 |
Color Harmonies of #65E5F9
Complementary color
Monochromatic Colors of #65E5F9
Black with #65E5F9
Text Example
Text Example
White with #65E5F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65E5F9; }
p { color: rgb(101,229,249); }
H1.HeaderClassName
{
color: #65E5F9;
}
.AnyTagClassName
{
color: #65E5F9;
}
</style>
background-color css
<style>
a { background-color: #65E5F9; }
a { background-color: rgb(101,229,249); }
div.DivClassName
{
background-color: #65E5F9;
}
.BgClassName
{
background-color: #65E5F9;
}
</style>
border-color css
<style>
span { border-color: #65E5F9; }
span { border-color: rgb(101,229,249); }
td.TdClassName
{
border-color: #65E5F9;
}
.TagClassName
{
border-color: #65E5F9;
}
</style>