Shades of Turquoise Blue #65CCD0
Tints of Turquoise Blue #65CCD0
RGB
CMYK
RGB Variations
Color information
#65CCD0 (or 0x65CCD0) is known color: Turquoise Blue. HEX triplet: 65, CC and D0. RGB value is (101,204,208). Sum of RGB (Red+Green+Blue) = 101+204+208=513 (67% of max value = 765). Red value is 101 (39.84% from 255 or 19.69% from 513); Green value is 204 (80.08% from 255 or 39.77% from 513); Blue value is 208 (81.64% from 255 or 40.55% from 513); Max value from RGB is 208 - color contains mainly: blue. Hex color #65CCD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65CCD0 is #9A332F. Grayscale: #ADADAD. Windows color (decimal): -10105648 or 13683813. OLE color: 13683813.
HSL color Cylindrical-coordinate representation of color #65CCD0: hue angle of 182.24º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #65CCD0 is Cyan = 0.51, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 101 | 204 | 208 | - |
| CMYK | 0.51 | 0.02 | 0 | 0.18 |
| HSL | 182.24º | 0.53% | 0.61% | - |
| HSV(B) | 182.24º | 0.51% | 0.82% | - |
| XYZ | 38.34 | 50.51 | 67.4 | - |
| YUV | 173.66 | 147.38 | 76.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 204 | 208 | 0.51 | 0.02 | 0 | 0.18 | 182.24 | 0.53 | 0.61 |
| Hex | 65 | CC | D0 | 33 | 2 | 0 | 12 | B6 | 35 | 3D |
| Octal | 145 | 314 | 320 | 63 | 2 | 0 | 22 | 266 | 65 | 75 |
| Binary | 1100101 | 11001100 | 11010000 | 110011 | 10 | 0 | 10010 | 10110110 | 110101 | 111101 |
Color Harmonies of #65CCD0
Complementary color
Monochromatic Colors of #65CCD0
Black with #65CCD0
Text Example
Text Example
White with #65CCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65CCD0; }
p { color: rgb(101,204,208); }
H1.HeaderClassName
{
color: #65CCD0;
}
.AnyTagClassName
{
color: #65CCD0;
}
</style>
background-color css
<style>
a { background-color: #65CCD0; }
a { background-color: rgb(101,204,208); }
div.DivClassName
{
background-color: #65CCD0;
}
.BgClassName
{
background-color: #65CCD0;
}
</style>
border-color css
<style>
span { border-color: #65CCD0; }
span { border-color: rgb(101,204,208); }
td.TdClassName
{
border-color: #65CCD0;
}
.TagClassName
{
border-color: #65CCD0;
}
</style>