Shades of Turquoise Blue #65CEDB
Tints of Turquoise Blue #65CEDB
RGB
CMYK
RGB Variations
Color information
#65CEDB (or 0x65CEDB) is known color: Turquoise Blue. HEX triplet: 65, CE and DB. RGB value is (101,206,219). Sum of RGB (Red+Green+Blue) = 101+206+219=526 (69% of max value = 765). Red value is 101 (39.84% from 255 or 19.20% from 526); Green value is 206 (80.86% from 255 or 39.16% from 526); Blue value is 219 (85.94% from 255 or 41.63% from 526); Max value from RGB is 219 - color contains mainly: blue. Hex color #65CEDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65CEDB is #9A3124. Grayscale: #AFAFAF. Windows color (decimal): -10105125 or 14405221. OLE color: 14405221.
HSL color Cylindrical-coordinate representation of color #65CEDB: hue angle of 186.61º degrees, saturation: 0.62, 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 #65CEDB is Cyan = 0.54, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 101 | 206 | 219 | - |
| CMYK | 0.54 | 0.06 | 0 | 0.14 |
| HSL | 186.61º | 0.62% | 0.63% | - |
| HSV(B) | 186.61º | 0.54% | 0.86% | - |
| XYZ | 40.22 | 52.02 | 74.94 | - |
| YUV | 176.09 | 152.21 | 74.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 206 | 219 | 0.54 | 0.06 | 0 | 0.14 | 186.61 | 0.62 | 0.63 |
| Hex | 65 | CE | DB | 36 | 6 | 0 | E | BB | 3E | 3F |
| Octal | 145 | 316 | 333 | 66 | 6 | 0 | 16 | 273 | 76 | 77 |
| Binary | 1100101 | 11001110 | 11011011 | 110110 | 110 | 0 | 1110 | 10111011 | 111110 | 111111 |
Color Harmonies of #65CEDB
Complementary color
Monochromatic Colors of #65CEDB
Black with #65CEDB
Text Example
Text Example
White with #65CEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65CEDB; }
p { color: rgb(101,206,219); }
H1.HeaderClassName
{
color: #65CEDB;
}
.AnyTagClassName
{
color: #65CEDB;
}
</style>
background-color css
<style>
a { background-color: #65CEDB; }
a { background-color: rgb(101,206,219); }
div.DivClassName
{
background-color: #65CEDB;
}
.BgClassName
{
background-color: #65CEDB;
}
</style>
border-color css
<style>
span { border-color: #65CEDB; }
span { border-color: rgb(101,206,219); }
td.TdClassName
{
border-color: #65CEDB;
}
.TagClassName
{
border-color: #65CEDB;
}
</style>