Shades of Turquoise Blue #65D7EA
Tints of Turquoise Blue #65D7EA
RGB
CMYK
RGB Variations
Color information
#65D7EA (or 0x65D7EA) is known color: Turquoise Blue. HEX triplet: 65, D7 and EA. RGB value is (101,215,234). Sum of RGB (Red+Green+Blue) = 101+215+234=550 (72% of max value = 765). Red value is 101 (39.84% from 255 or 18.36% from 550); Green value is 215 (84.38% from 255 or 39.09% from 550); Blue value is 234 (91.80% from 255 or 42.55% from 550); Max value from RGB is 234 - color contains mainly: blue. Hex color #65D7EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65D7EA is #9A2815. Grayscale: #B6B6B6. Windows color (decimal): -10102806 or 15390565. OLE color: 15390565.
HSL color Cylindrical-coordinate representation of color #65D7EA: hue angle of 188.57º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #65D7EA is Cyan = 0.57, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 101 | 215 | 234 | - |
| CMYK | 0.57 | 0.08 | 0 | 0.08 |
| HSL | 188.57º | 0.76% | 0.66% | - |
| HSV(B) | 188.57º | 0.57% | 0.92% | - |
| XYZ | 44.52 | 57.31 | 86.56 | - |
| YUV | 183.08 | 156.73 | 69.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 215 | 234 | 0.57 | 0.08 | 0 | 0.08 | 188.57 | 0.76 | 0.66 |
| Hex | 65 | D7 | EA | 39 | 8 | 0 | 8 | BD | 4C | 42 |
| Octal | 145 | 327 | 352 | 71 | 10 | 0 | 10 | 275 | 114 | 102 |
| Binary | 1100101 | 11010111 | 11101010 | 111001 | 1000 | 0 | 1000 | 10111101 | 1001100 | 1000010 |
Color Harmonies of #65D7EA
Complementary color
Monochromatic Colors of #65D7EA
Black with #65D7EA
Text Example
Text Example
White with #65D7EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65D7EA; }
p { color: rgb(101,215,234); }
H1.HeaderClassName
{
color: #65D7EA;
}
.AnyTagClassName
{
color: #65D7EA;
}
</style>
background-color css
<style>
a { background-color: #65D7EA; }
a { background-color: rgb(101,215,234); }
div.DivClassName
{
background-color: #65D7EA;
}
.BgClassName
{
background-color: #65D7EA;
}
</style>
border-color css
<style>
span { border-color: #65D7EA; }
span { border-color: rgb(101,215,234); }
td.TdClassName
{
border-color: #65D7EA;
}
.TagClassName
{
border-color: #65D7EA;
}
</style>