Shades of Turquoise Blue #65EAF2
Tints of Turquoise Blue #65EAF2
RGB
CMYK
RGB Variations
Color information
#65EAF2 (or 0x65EAF2) is known color: Turquoise Blue. HEX triplet: 65, EA and F2. RGB value is (101,234,242). Sum of RGB (Red+Green+Blue) = 101+234+242=577 (76% of max value = 765). Red value is 101 (39.84% from 255 or 17.50% from 577); Green value is 234 (91.80% from 255 or 40.55% from 577); Blue value is 242 (94.92% from 255 or 41.94% from 577); Max value from RGB is 242 - color contains mainly: blue. Hex color #65EAF2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #65EAF2 is #9A150D. Grayscale: #C2C2C2. Windows color (decimal): -10097934 or 15919717. OLE color: 15919717.
HSL color Cylindrical-coordinate representation of color #65EAF2: hue angle of 183.4º 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 #65EAF2 is Cyan = 0.58, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 101 | 234 | 242 | - |
| CMYK | 0.58 | 0.03 | 0 | 0.05 |
| HSL | 183.4º | 0.84% | 0.67% | - |
| HSV(B) | 183.4º | 0.58% | 0.95% | - |
| XYZ | 50.82 | 68.02 | 94.46 | - |
| YUV | 195.15 | 154.44 | 60.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 234 | 242 | 0.58 | 0.03 | 0 | 0.05 | 183.4 | 0.84 | 0.67 |
| Hex | 65 | EA | F2 | 3A | 3 | 0 | 5 | B7 | 54 | 43 |
| Octal | 145 | 352 | 362 | 72 | 3 | 0 | 5 | 267 | 124 | 103 |
| Binary | 1100101 | 11101010 | 11110010 | 111010 | 11 | 0 | 101 | 10110111 | 1010100 | 1000011 |
Color Harmonies of #65EAF2
Complementary color
Monochromatic Colors of #65EAF2
Black with #65EAF2
Text Example
Text Example
White with #65EAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65EAF2; }
p { color: rgb(101,234,242); }
H1.HeaderClassName
{
color: #65EAF2;
}
.AnyTagClassName
{
color: #65EAF2;
}
</style>
background-color css
<style>
a { background-color: #65EAF2; }
a { background-color: rgb(101,234,242); }
div.DivClassName
{
background-color: #65EAF2;
}
.BgClassName
{
background-color: #65EAF2;
}
</style>
border-color css
<style>
span { border-color: #65EAF2; }
span { border-color: rgb(101,234,242); }
td.TdClassName
{
border-color: #65EAF2;
}
.TagClassName
{
border-color: #65EAF2;
}
</style>