Shades of Turquoise Blue #65DBDF
Tints of Turquoise Blue #65DBDF
RGB
CMYK
RGB Variations
Color information
#65DBDF (or 0x65DBDF) is known color: Turquoise Blue. HEX triplet: 65, DB and DF. RGB value is (101,219,223). Sum of RGB (Red+Green+Blue) = 101+219+223=543 (71% of max value = 765). Red value is 101 (39.84% from 255 or 18.60% from 543); Green value is 219 (85.94% from 255 or 40.33% from 543); Blue value is 223 (87.5% from 255 or 41.07% from 543); Max value from RGB is 223 - color contains mainly: blue. Hex color #65DBDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65DBDF is #9A2420. Grayscale: #B8B8B8. Windows color (decimal): -10101793 or 14670693. OLE color: 14670693.
HSL color Cylindrical-coordinate representation of color #65DBDF: hue angle of 181.97º 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 #65DBDF is Cyan = 0.55, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 219 | 223 | - |
| CMYK | 0.55 | 0.02 | 0 | 0.13 |
| HSL | 181.97º | 0.66% | 0.64% | - |
| HSV(B) | 181.97º | 0.55% | 0.87% | - |
| XYZ | 44.02 | 58.76 | 78.83 | - |
| YUV | 184.17 | 149.91 | 68.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 219 | 223 | 0.55 | 0.02 | 0 | 0.13 | 181.97 | 0.66 | 0.64 |
| Hex | 65 | DB | DF | 37 | 2 | 0 | D | B6 | 42 | 40 |
| Octal | 145 | 333 | 337 | 67 | 2 | 0 | 15 | 266 | 102 | 100 |
| Binary | 1100101 | 11011011 | 11011111 | 110111 | 10 | 0 | 1101 | 10110110 | 1000010 | 1000000 |
Color Harmonies of #65DBDF
Complementary color
Monochromatic Colors of #65DBDF
Black with #65DBDF
Text Example
Text Example
White with #65DBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65DBDF; }
p { color: rgb(101,219,223); }
H1.HeaderClassName
{
color: #65DBDF;
}
.AnyTagClassName
{
color: #65DBDF;
}
</style>
background-color css
<style>
a { background-color: #65DBDF; }
a { background-color: rgb(101,219,223); }
div.DivClassName
{
background-color: #65DBDF;
}
.BgClassName
{
background-color: #65DBDF;
}
</style>
border-color css
<style>
span { border-color: #65DBDF; }
span { border-color: rgb(101,219,223); }
td.TdClassName
{
border-color: #65DBDF;
}
.TagClassName
{
border-color: #65DBDF;
}
</style>