Shades of Turquoise Blue #65ECF2
Tints of Turquoise Blue #65ECF2
RGB
CMYK
RGB Variations
Color information
#65ECF2 (or 0x65ECF2) is known color: Turquoise Blue. HEX triplet: 65, EC and F2. RGB value is (101,236,242). Sum of RGB (Red+Green+Blue) = 101+236+242=579 (76% of max value = 765). Red value is 101 (39.84% from 255 or 17.44% from 579); Green value is 236 (92.58% from 255 or 40.76% from 579); Blue value is 242 (94.92% from 255 or 41.80% from 579); Max value from RGB is 242 - color contains mainly: blue. Hex color #65ECF2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #65ECF2 is #9A130D. Grayscale: #C4C4C4. Windows color (decimal): -10097422 or 15920229. OLE color: 15920229.
HSL color Cylindrical-coordinate representation of color #65ECF2: hue angle of 182.55º degrees, saturation: 0.84, 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 #65ECF2 is Cyan = 0.58, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 101 | 236 | 242 | - |
| CMYK | 0.58 | 0.02 | 0 | 0.05 |
| HSL | 182.55º | 0.84% | 0.67% | - |
| HSV(B) | 182.55º | 0.58% | 0.95% | - |
| XYZ | 51.39 | 69.17 | 94.65 | - |
| YUV | 196.32 | 153.77 | 60.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 236 | 242 | 0.58 | 0.02 | 0 | 0.05 | 182.55 | 0.84 | 0.67 |
| Hex | 65 | EC | F2 | 3A | 2 | 0 | 5 | B7 | 54 | 43 |
| Octal | 145 | 354 | 362 | 72 | 2 | 0 | 5 | 267 | 124 | 103 |
| Binary | 1100101 | 11101100 | 11110010 | 111010 | 10 | 0 | 101 | 10110111 | 1010100 | 1000011 |
Color Harmonies of #65ECF2
Complementary color
Monochromatic Colors of #65ECF2
Black with #65ECF2
Text Example
Text Example
White with #65ECF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65ECF2; }
p { color: rgb(101,236,242); }
H1.HeaderClassName
{
color: #65ECF2;
}
.AnyTagClassName
{
color: #65ECF2;
}
</style>
background-color css
<style>
a { background-color: #65ECF2; }
a { background-color: rgb(101,236,242); }
div.DivClassName
{
background-color: #65ECF2;
}
.BgClassName
{
background-color: #65ECF2;
}
</style>
border-color css
<style>
span { border-color: #65ECF2; }
span { border-color: rgb(101,236,242); }
td.TdClassName
{
border-color: #65ECF2;
}
.TagClassName
{
border-color: #65ECF2;
}
</style>