Shades of Turquoise Blue #65CEDC
Tints of Turquoise Blue #65CEDC
RGB
CMYK
RGB Variations
Color information
#65CEDC (or 0x65CEDC) is known color: Turquoise Blue. HEX triplet: 65, CE and DC. RGB value is (101,206,220). Sum of RGB (Red+Green+Blue) = 101+206+220=527 (69% of max value = 765). Red value is 101 (39.84% from 255 or 19.17% from 527); Green value is 206 (80.86% from 255 or 39.09% from 527); Blue value is 220 (86.33% from 255 or 41.75% from 527); Max value from RGB is 220 - color contains mainly: blue. Hex color #65CEDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65CEDC is #9A3123. Grayscale: #B0B0B0. Windows color (decimal): -10105124 or 14470757. OLE color: 14470757.
HSL color Cylindrical-coordinate representation of color #65CEDC: hue angle of 187.06º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #65CEDC is Cyan = 0.54, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 101 | 206 | 220 | - |
| CMYK | 0.54 | 0.06 | 0 | 0.14 |
| HSL | 187.06º | 0.63% | 0.63% | - |
| HSV(B) | 187.06º | 0.54% | 0.86% | - |
| XYZ | 40.36 | 52.08 | 75.63 | - |
| YUV | 176.2 | 152.71 | 74.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 206 | 220 | 0.54 | 0.06 | 0 | 0.14 | 187.06 | 0.63 | 0.63 |
| Hex | 65 | CE | DC | 36 | 6 | 0 | E | BB | 3F | 3F |
| Octal | 145 | 316 | 334 | 66 | 6 | 0 | 16 | 273 | 77 | 77 |
| Binary | 1100101 | 11001110 | 11011100 | 110110 | 110 | 0 | 1110 | 10111011 | 111111 | 111111 |
Color Harmonies of #65CEDC
Complementary color
Monochromatic Colors of #65CEDC
Black with #65CEDC
Text Example
Text Example
White with #65CEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65CEDC; }
p { color: rgb(101,206,220); }
H1.HeaderClassName
{
color: #65CEDC;
}
.AnyTagClassName
{
color: #65CEDC;
}
</style>
background-color css
<style>
a { background-color: #65CEDC; }
a { background-color: rgb(101,206,220); }
div.DivClassName
{
background-color: #65CEDC;
}
.BgClassName
{
background-color: #65CEDC;
}
</style>
border-color css
<style>
span { border-color: #65CEDC; }
span { border-color: rgb(101,206,220); }
td.TdClassName
{
border-color: #65CEDC;
}
.TagClassName
{
border-color: #65CEDC;
}
</style>