Shades of Turquoise Blue #65DEDB
Tints of Turquoise Blue #65DEDB
RGB
CMYK
RGB Variations
Color information
#65DEDB (or 0x65DEDB) is known color: Turquoise Blue. HEX triplet: 65, DE and DB. RGB value is (101,222,219). Sum of RGB (Red+Green+Blue) = 101+222+219=542 (71% of max value = 765). Red value is 101 (39.84% from 255 or 18.63% from 542); Green value is 222 (87.11% from 255 or 40.96% from 542); Blue value is 219 (85.94% from 255 or 40.41% from 542); Max value from RGB is 222 - color contains mainly: green. Hex color #65DEDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65DEDB is #9A2124. Grayscale: #B9B9B9. Windows color (decimal): -10101029 or 14409317. OLE color: 14409317.
HSL color Cylindrical-coordinate representation of color #65DEDB: hue angle of 178.51º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #65DEDB is Cyan = 0.55, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 222 | 219 | - |
| CMYK | 0.55 | 0 | 0.01 | 0.13 |
| HSL | 178.51º | 0.65% | 0.63% | - |
| HSV(B) | 178.51º | 0.55% | 0.87% | - |
| XYZ | 44.27 | 60.12 | 76.29 | - |
| YUV | 185.48 | 146.91 | 67.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 222 | 219 | 0.55 | 0 | 0.01 | 0.13 | 178.51 | 0.65 | 0.63 |
| Hex | 65 | DE | DB | 37 | 0 | 1 | D | B3 | 41 | 3F |
| Octal | 145 | 336 | 333 | 67 | 0 | 1 | 15 | 263 | 101 | 77 |
| Binary | 1100101 | 11011110 | 11011011 | 110111 | 0 | 1 | 1101 | 10110011 | 1000001 | 111111 |
Color Harmonies of #65DEDB
Complementary color
Monochromatic Colors of #65DEDB
Black with #65DEDB
Text Example
Text Example
White with #65DEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65DEDB; }
p { color: rgb(101,222,219); }
H1.HeaderClassName
{
color: #65DEDB;
}
.AnyTagClassName
{
color: #65DEDB;
}
</style>
background-color css
<style>
a { background-color: #65DEDB; }
a { background-color: rgb(101,222,219); }
div.DivClassName
{
background-color: #65DEDB;
}
.BgClassName
{
background-color: #65DEDB;
}
</style>
border-color css
<style>
span { border-color: #65DEDB; }
span { border-color: rgb(101,222,219); }
td.TdClassName
{
border-color: #65DEDB;
}
.TagClassName
{
border-color: #65DEDB;
}
</style>