Shades of Turquoise Blue #65EDF1
Tints of Turquoise Blue #65EDF1
RGB
CMYK
RGB Variations
Color information
#65EDF1 (or 0x65EDF1) is known color: Turquoise Blue. HEX triplet: 65, ED and F1. RGB value is (101,237,241). Sum of RGB (Red+Green+Blue) = 101+237+241=579 (76% of max value = 765). Red value is 101 (39.84% from 255 or 17.44% from 579); Green value is 237 (92.97% from 255 or 40.93% from 579); Blue value is 241 (94.53% from 255 or 41.62% from 579); Max value from RGB is 241 - color contains mainly: blue. Hex color #65EDF1 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #65EDF1 is #9A120E. Grayscale: #C4C4C4. Windows color (decimal): -10097167 or 15854949. OLE color: 15854949.
HSL color Cylindrical-coordinate representation of color #65EDF1: hue angle of 181.71º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #65EDF1 is Cyan = 0.58, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 101 | 237 | 241 | - |
| CMYK | 0.58 | 0.02 | 0 | 0.05 |
| HSL | 181.71º | 0.83% | 0.67% | - |
| HSV(B) | 181.71º | 0.58% | 0.95% | - |
| XYZ | 51.53 | 69.69 | 93.95 | - |
| YUV | 196.79 | 152.94 | 59.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 237 | 241 | 0.58 | 0.02 | 0 | 0.05 | 181.71 | 0.83 | 0.67 |
| Hex | 65 | ED | F1 | 3A | 2 | 0 | 5 | B6 | 53 | 43 |
| Octal | 145 | 355 | 361 | 72 | 2 | 0 | 5 | 266 | 123 | 103 |
| Binary | 1100101 | 11101101 | 11110001 | 111010 | 10 | 0 | 101 | 10110110 | 1010011 | 1000011 |
Color Harmonies of #65EDF1
Complementary color
Monochromatic Colors of #65EDF1
Black with #65EDF1
Text Example
Text Example
White with #65EDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65EDF1; }
p { color: rgb(101,237,241); }
H1.HeaderClassName
{
color: #65EDF1;
}
.AnyTagClassName
{
color: #65EDF1;
}
</style>
background-color css
<style>
a { background-color: #65EDF1; }
a { background-color: rgb(101,237,241); }
div.DivClassName
{
background-color: #65EDF1;
}
.BgClassName
{
background-color: #65EDF1;
}
</style>
border-color css
<style>
span { border-color: #65EDF1; }
span { border-color: rgb(101,237,241); }
td.TdClassName
{
border-color: #65EDF1;
}
.TagClassName
{
border-color: #65EDF1;
}
</style>