Shades of Turquoise Blue #65DFDA
Tints of Turquoise Blue #65DFDA
RGB
CMYK
RGB Variations
Color information
#65DFDA (or 0x65DFDA) is known color: Turquoise Blue. HEX triplet: 65, DF and DA. RGB value is (101,223,218). Sum of RGB (Red+Green+Blue) = 101+223+218=542 (71% of max value = 765). Red value is 101 (39.84% from 255 or 18.63% from 542); Green value is 223 (87.5% from 255 or 41.14% from 542); Blue value is 218 (85.55% from 255 or 40.22% from 542); Max value from RGB is 223 - color contains mainly: green. Hex color #65DFDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65DFDA is #9A2025. Grayscale: #B9B9B9. Windows color (decimal): -10100774 or 14344037. OLE color: 14344037.
HSL color Cylindrical-coordinate representation of color #65DFDA: hue angle of 177.54º 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 #65DFDA is Cyan = 0.55, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 223 | 218 | - |
| CMYK | 0.55 | 0 | 0.02 | 0.13 |
| HSL | 177.54º | 0.66% | 0.64% | - |
| HSV(B) | 177.54º | 0.55% | 0.87% | - |
| XYZ | 44.41 | 60.6 | 75.69 | - |
| YUV | 185.95 | 146.08 | 67.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 223 | 218 | 0.55 | 0 | 0.02 | 0.13 | 177.54 | 0.66 | 0.64 |
| Hex | 65 | DF | DA | 37 | 0 | 2 | D | B2 | 42 | 40 |
| Octal | 145 | 337 | 332 | 67 | 0 | 2 | 15 | 262 | 102 | 100 |
| Binary | 1100101 | 11011111 | 11011010 | 110111 | 0 | 10 | 1101 | 10110010 | 1000010 | 1000000 |
Color Harmonies of #65DFDA
Complementary color
Monochromatic Colors of #65DFDA
Black with #65DFDA
Text Example
Text Example
White with #65DFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65DFDA; }
p { color: rgb(101,223,218); }
H1.HeaderClassName
{
color: #65DFDA;
}
.AnyTagClassName
{
color: #65DFDA;
}
</style>
background-color css
<style>
a { background-color: #65DFDA; }
a { background-color: rgb(101,223,218); }
div.DivClassName
{
background-color: #65DFDA;
}
.BgClassName
{
background-color: #65DFDA;
}
</style>
border-color css
<style>
span { border-color: #65DFDA; }
span { border-color: rgb(101,223,218); }
td.TdClassName
{
border-color: #65DFDA;
}
.TagClassName
{
border-color: #65DFDA;
}
</style>