Shades of Turquoise Blue #65EDF0
Tints of Turquoise Blue #65EDF0
RGB
CMYK
RGB Variations
Color information
#65EDF0 (or 0x65EDF0) is known color: Turquoise Blue. HEX triplet: 65, ED and F0. RGB value is (101,237,240). Sum of RGB (Red+Green+Blue) = 101+237+240=578 (76% of max value = 765). Red value is 101 (39.84% from 255 or 17.47% from 578); Green value is 237 (92.97% from 255 or 41.00% from 578); Blue value is 240 (94.14% from 255 or 41.52% from 578); Max value from RGB is 240 - color contains mainly: blue. Hex color #65EDF0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #65EDF0 is #9A120F. Grayscale: #C4C4C4. Windows color (decimal): -10097168 or 15789413. OLE color: 15789413.
HSL color Cylindrical-coordinate representation of color #65EDF0: hue angle of 181.29º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #65EDF0 is Cyan = 0.58, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 101 | 237 | 240 | - |
| CMYK | 0.58 | 0.01 | 0 | 0.06 |
| HSL | 181.3º | 0.82% | 0.67% | - |
| HSV(B) | 181.3º | 0.58% | 0.94% | - |
| XYZ | 51.38 | 69.63 | 93.17 | - |
| YUV | 196.68 | 152.44 | 59.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 237 | 240 | 0.58 | 0.01 | 0 | 0.06 | 181.3 | 0.82 | 0.67 |
| Hex | 65 | ED | F0 | 3A | 1 | 0 | 6 | B5 | 52 | 43 |
| Octal | 145 | 355 | 360 | 72 | 1 | 0 | 6 | 265 | 122 | 103 |
| Binary | 1100101 | 11101101 | 11110000 | 111010 | 1 | 0 | 110 | 10110101 | 1010010 | 1000011 |
Color Harmonies of #65EDF0
Complementary color
Monochromatic Colors of #65EDF0
Black with #65EDF0
Text Example
Text Example
White with #65EDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65EDF0; }
p { color: rgb(101,237,240); }
H1.HeaderClassName
{
color: #65EDF0;
}
.AnyTagClassName
{
color: #65EDF0;
}
</style>
background-color css
<style>
a { background-color: #65EDF0; }
a { background-color: rgb(101,237,240); }
div.DivClassName
{
background-color: #65EDF0;
}
.BgClassName
{
background-color: #65EDF0;
}
</style>
border-color css
<style>
span { border-color: #65EDF0; }
span { border-color: rgb(101,237,240); }
td.TdClassName
{
border-color: #65EDF0;
}
.TagClassName
{
border-color: #65EDF0;
}
</style>