Shades of Turquoise Blue #65DFDB
Tints of Turquoise Blue #65DFDB
RGB
CMYK
RGB Variations
Color information
#65DFDB (or 0x65DFDB) is known color: Turquoise Blue. HEX triplet: 65, DF and DB. RGB value is (101,223,219). Sum of RGB (Red+Green+Blue) = 101+223+219=543 (71% of max value = 765). Red value is 101 (39.84% from 255 or 18.60% from 543); Green value is 223 (87.5% from 255 or 41.07% from 543); Blue value is 219 (85.94% from 255 or 40.33% from 543); Max value from RGB is 223 - color contains mainly: green. Hex color #65DFDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65DFDB is #9A2024. Grayscale: #B9B9B9. Windows color (decimal): -10100773 or 14409573. OLE color: 14409573.
HSL color Cylindrical-coordinate representation of color #65DFDB: hue angle of 178.03º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #65DFDB is Cyan = 0.55, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 223 | 219 | - |
| CMYK | 0.55 | 0 | 0.02 | 0.13 |
| HSL | 178.03º | 0.66% | 0.64% | - |
| HSV(B) | 178.03º | 0.55% | 0.87% | - |
| XYZ | 44.54 | 60.66 | 76.38 | - |
| YUV | 186.07 | 146.58 | 67.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 223 | 219 | 0.55 | 0 | 0.02 | 0.13 | 178.03 | 0.66 | 0.64 |
| Hex | 65 | DF | DB | 37 | 0 | 2 | D | B2 | 42 | 40 |
| Octal | 145 | 337 | 333 | 67 | 0 | 2 | 15 | 262 | 102 | 100 |
| Binary | 1100101 | 11011111 | 11011011 | 110111 | 0 | 10 | 1101 | 10110010 | 1000010 | 1000000 |
Color Harmonies of #65DFDB
Complementary color
Monochromatic Colors of #65DFDB
Black with #65DFDB
Text Example
Text Example
White with #65DFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65DFDB; }
p { color: rgb(101,223,219); }
H1.HeaderClassName
{
color: #65DFDB;
}
.AnyTagClassName
{
color: #65DFDB;
}
</style>
background-color css
<style>
a { background-color: #65DFDB; }
a { background-color: rgb(101,223,219); }
div.DivClassName
{
background-color: #65DFDB;
}
.BgClassName
{
background-color: #65DFDB;
}
</style>
border-color css
<style>
span { border-color: #65DFDB; }
span { border-color: rgb(101,223,219); }
td.TdClassName
{
border-color: #65DFDB;
}
.TagClassName
{
border-color: #65DFDB;
}
</style>