Shades of Turquoise Blue #65CCD5
Tints of Turquoise Blue #65CCD5
RGB
CMYK
RGB Variations
Color information
#65CCD5 (or 0x65CCD5) is known color: Turquoise Blue. HEX triplet: 65, CC and D5. RGB value is (101,204,213). Sum of RGB (Red+Green+Blue) = 101+204+213=518 (68% of max value = 765). Red value is 101 (39.84% from 255 or 19.50% from 518); Green value is 204 (80.08% from 255 or 39.38% from 518); Blue value is 213 (83.59% from 255 or 41.12% from 518); Max value from RGB is 213 - color contains mainly: blue. Hex color #65CCD5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65CCD5 is #9A332A. Grayscale: #AEAEAE. Windows color (decimal): -10105643 or 14011493. OLE color: 14011493.
HSL color Cylindrical-coordinate representation of color #65CCD5: hue angle of 184.82º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #65CCD5 is Cyan = 0.53, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 101 | 204 | 213 | - |
| CMYK | 0.53 | 0.04 | 0 | 0.16 |
| HSL | 184.82º | 0.57% | 0.62% | - |
| HSV(B) | 184.82º | 0.53% | 0.84% | - |
| XYZ | 38.97 | 50.76 | 70.69 | - |
| YUV | 174.23 | 149.88 | 75.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 204 | 213 | 0.53 | 0.04 | 0 | 0.16 | 184.82 | 0.57 | 0.62 |
| Hex | 65 | CC | D5 | 35 | 4 | 0 | 10 | B9 | 39 | 3E |
| Octal | 145 | 314 | 325 | 65 | 4 | 0 | 20 | 271 | 71 | 76 |
| Binary | 1100101 | 11001100 | 11010101 | 110101 | 100 | 0 | 10000 | 10111001 | 111001 | 111110 |
Color Harmonies of #65CCD5
Complementary color
Monochromatic Colors of #65CCD5
Black with #65CCD5
Text Example
Text Example
White with #65CCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65CCD5; }
p { color: rgb(101,204,213); }
H1.HeaderClassName
{
color: #65CCD5;
}
.AnyTagClassName
{
color: #65CCD5;
}
</style>
background-color css
<style>
a { background-color: #65CCD5; }
a { background-color: rgb(101,204,213); }
div.DivClassName
{
background-color: #65CCD5;
}
.BgClassName
{
background-color: #65CCD5;
}
</style>
border-color css
<style>
span { border-color: #65CCD5; }
span { border-color: rgb(101,204,213); }
td.TdClassName
{
border-color: #65CCD5;
}
.TagClassName
{
border-color: #65CCD5;
}
</style>