Shades of Turquoise Blue #65DCEA
Tints of Turquoise Blue #65DCEA
RGB
CMYK
RGB Variations
Color information
#65DCEA (or 0x65DCEA) is known color: Turquoise Blue. HEX triplet: 65, DC and EA. RGB value is (101,220,234). Sum of RGB (Red+Green+Blue) = 101+220+234=555 (73% of max value = 765). Red value is 101 (39.84% from 255 or 18.20% from 555); Green value is 220 (86.33% from 255 or 39.64% from 555); Blue value is 234 (91.80% from 255 or 42.16% from 555); Max value from RGB is 234 - color contains mainly: blue. Hex color #65DCEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65DCEA is #9A2315. Grayscale: #B9B9B9. Windows color (decimal): -10101526 or 15391845. OLE color: 15391845.
HSL color Cylindrical-coordinate representation of color #65DCEA: hue angle of 186.32º 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 #65DCEA is Cyan = 0.57, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 101 | 220 | 234 | - |
| CMYK | 0.57 | 0.06 | 0 | 0.08 |
| HSL | 186.32º | 0.76% | 0.66% | - |
| HSV(B) | 186.32º | 0.57% | 0.92% | - |
| XYZ | 45.81 | 59.89 | 86.99 | - |
| YUV | 186.02 | 155.08 | 67.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 220 | 234 | 0.57 | 0.06 | 0 | 0.08 | 186.32 | 0.76 | 0.66 |
| Hex | 65 | DC | EA | 39 | 6 | 0 | 8 | BA | 4C | 42 |
| Octal | 145 | 334 | 352 | 71 | 6 | 0 | 10 | 272 | 114 | 102 |
| Binary | 1100101 | 11011100 | 11101010 | 111001 | 110 | 0 | 1000 | 10111010 | 1001100 | 1000010 |
Color Harmonies of #65DCEA
Complementary color
Monochromatic Colors of #65DCEA
Black with #65DCEA
Text Example
Text Example
White with #65DCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65DCEA; }
p { color: rgb(101,220,234); }
H1.HeaderClassName
{
color: #65DCEA;
}
.AnyTagClassName
{
color: #65DCEA;
}
</style>
background-color css
<style>
a { background-color: #65DCEA; }
a { background-color: rgb(101,220,234); }
div.DivClassName
{
background-color: #65DCEA;
}
.BgClassName
{
background-color: #65DCEA;
}
</style>
border-color css
<style>
span { border-color: #65DCEA; }
span { border-color: rgb(101,220,234); }
td.TdClassName
{
border-color: #65DCEA;
}
.TagClassName
{
border-color: #65DCEA;
}
</style>