Shades of Turquoise Blue #65CED0
Tints of Turquoise Blue #65CED0
RGB
CMYK
RGB Variations
Color information
#65CED0 (or 0x65CED0) is known color: Turquoise Blue. HEX triplet: 65, CE and D0. RGB value is (101,206,208). Sum of RGB (Red+Green+Blue) = 101+206+208=515 (68% of max value = 765). Red value is 101 (39.84% from 255 or 19.61% from 515); Green value is 206 (80.86% from 255 or 40% from 515); Blue value is 208 (81.64% from 255 or 40.39% from 515); Max value from RGB is 208 - color contains mainly: blue. Hex color #65CED0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65CED0 is #9A312F. Grayscale: #AEAEAE. Windows color (decimal): -10105136 or 13684325. OLE color: 13684325.
HSL color Cylindrical-coordinate representation of color #65CED0: hue angle of 181.12º 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 #65CED0 is Cyan = 0.51, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 101 | 206 | 208 | - |
| CMYK | 0.51 | 0.01 | 0 | 0.18 |
| HSL | 181.12º | 0.53% | 0.61% | - |
| HSV(B) | 181.12º | 0.51% | 0.82% | - |
| XYZ | 38.82 | 51.46 | 67.56 | - |
| YUV | 174.83 | 146.71 | 75.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 206 | 208 | 0.51 | 0.01 | 0 | 0.18 | 181.12 | 0.53 | 0.61 |
| Hex | 65 | CE | D0 | 33 | 1 | 0 | 12 | B5 | 35 | 3D |
| Octal | 145 | 316 | 320 | 63 | 1 | 0 | 22 | 265 | 65 | 75 |
| Binary | 1100101 | 11001110 | 11010000 | 110011 | 1 | 0 | 10010 | 10110101 | 110101 | 111101 |
Color Harmonies of #65CED0
Complementary color
Monochromatic Colors of #65CED0
Black with #65CED0
Text Example
Text Example
White with #65CED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65CED0; }
p { color: rgb(101,206,208); }
H1.HeaderClassName
{
color: #65CED0;
}
.AnyTagClassName
{
color: #65CED0;
}
</style>
background-color css
<style>
a { background-color: #65CED0; }
a { background-color: rgb(101,206,208); }
div.DivClassName
{
background-color: #65CED0;
}
.BgClassName
{
background-color: #65CED0;
}
</style>
border-color css
<style>
span { border-color: #65CED0; }
span { border-color: rgb(101,206,208); }
td.TdClassName
{
border-color: #65CED0;
}
.TagClassName
{
border-color: #65CED0;
}
</style>