Shades of Turquoise Blue #65CADB
Tints of Turquoise Blue #65CADB
RGB
CMYK
RGB Variations
Color information
#65CADB (or 0x65CADB) is known color: Turquoise Blue. HEX triplet: 65, CA and DB. RGB value is (101,202,219). Sum of RGB (Red+Green+Blue) = 101+202+219=522 (69% of max value = 765). Red value is 101 (39.84% from 255 or 19.35% from 522); Green value is 202 (79.30% from 255 or 38.70% from 522); Blue value is 219 (85.94% from 255 or 41.95% from 522); Max value from RGB is 219 - color contains mainly: blue. Hex color #65CADB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65CADB is #9A3524. Grayscale: #ADADAD. Windows color (decimal): -10106149 or 14404197. OLE color: 14404197.
HSL color Cylindrical-coordinate representation of color #65CADB: hue angle of 188.64º 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 #65CADB is Cyan = 0.54, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 101 | 202 | 219 | - |
| CMYK | 0.54 | 0.08 | 0 | 0.14 |
| HSL | 188.64º | 0.62% | 0.63% | - |
| HSV(B) | 188.64º | 0.54% | 0.86% | - |
| XYZ | 39.27 | 50.12 | 74.62 | - |
| YUV | 173.74 | 153.54 | 76.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 202 | 219 | 0.54 | 0.08 | 0 | 0.14 | 188.64 | 0.62 | 0.63 |
| Hex | 65 | CA | DB | 36 | 8 | 0 | E | BD | 3E | 3F |
| Octal | 145 | 312 | 333 | 66 | 10 | 0 | 16 | 275 | 76 | 77 |
| Binary | 1100101 | 11001010 | 11011011 | 110110 | 1000 | 0 | 1110 | 10111101 | 111110 | 111111 |
Color Harmonies of #65CADB
Complementary color
Monochromatic Colors of #65CADB
Black with #65CADB
Text Example
Text Example
White with #65CADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65CADB; }
p { color: rgb(101,202,219); }
H1.HeaderClassName
{
color: #65CADB;
}
.AnyTagClassName
{
color: #65CADB;
}
</style>
background-color css
<style>
a { background-color: #65CADB; }
a { background-color: rgb(101,202,219); }
div.DivClassName
{
background-color: #65CADB;
}
.BgClassName
{
background-color: #65CADB;
}
</style>
border-color css
<style>
span { border-color: #65CADB; }
span { border-color: rgb(101,202,219); }
td.TdClassName
{
border-color: #65CADB;
}
.TagClassName
{
border-color: #65CADB;
}
</style>