Shades of Turquoise Blue #65CCDD
Tints of Turquoise Blue #65CCDD
RGB
CMYK
RGB Variations
Color information
#65CCDD (or 0x65CCDD) is known color: Turquoise Blue. HEX triplet: 65, CC and DD. RGB value is (101,204,221). Sum of RGB (Red+Green+Blue) = 101+204+221=526 (69% of max value = 765). Red value is 101 (39.84% from 255 or 19.20% from 526); Green value is 204 (80.08% from 255 or 38.78% from 526); Blue value is 221 (86.72% from 255 or 42.02% from 526); Max value from RGB is 221 - color contains mainly: blue. Hex color #65CCDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65CCDD is #9A3322. Grayscale: #AEAEAE. Windows color (decimal): -10105635 or 14535781. OLE color: 14535781.
HSL color Cylindrical-coordinate representation of color #65CCDD: hue angle of 188.5º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #65CCDD is Cyan = 0.54, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 204 | 221 | - |
| CMYK | 0.54 | 0.08 | 0 | 0.13 |
| HSL | 188.5º | 0.64% | 0.63% | - |
| HSV(B) | 188.5º | 0.54% | 0.87% | - |
| XYZ | 40.01 | 51.17 | 76.18 | - |
| YUV | 175.14 | 153.88 | 75.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 204 | 221 | 0.54 | 0.08 | 0 | 0.13 | 188.5 | 0.64 | 0.63 |
| Hex | 65 | CC | DD | 36 | 8 | 0 | D | BC | 40 | 3F |
| Octal | 145 | 314 | 335 | 66 | 10 | 0 | 15 | 274 | 100 | 77 |
| Binary | 1100101 | 11001100 | 11011101 | 110110 | 1000 | 0 | 1101 | 10111100 | 1000000 | 111111 |
Color Harmonies of #65CCDD
Complementary color
Monochromatic Colors of #65CCDD
Black with #65CCDD
Text Example
Text Example
White with #65CCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65CCDD; }
p { color: rgb(101,204,221); }
H1.HeaderClassName
{
color: #65CCDD;
}
.AnyTagClassName
{
color: #65CCDD;
}
</style>
background-color css
<style>
a { background-color: #65CCDD; }
a { background-color: rgb(101,204,221); }
div.DivClassName
{
background-color: #65CCDD;
}
.BgClassName
{
background-color: #65CCDD;
}
</style>
border-color css
<style>
span { border-color: #65CCDD; }
span { border-color: rgb(101,204,221); }
td.TdClassName
{
border-color: #65CCDD;
}
.TagClassName
{
border-color: #65CCDD;
}
</style>