Shades of Turquoise Blue #65DEE0
Tints of Turquoise Blue #65DEE0
RGB
CMYK
RGB Variations
Color information
#65DEE0 (or 0x65DEE0) is known color: Turquoise Blue. HEX triplet: 65, DE and E0. RGB value is (101,222,224). Sum of RGB (Red+Green+Blue) = 101+222+224=547 (72% of max value = 765). Red value is 101 (39.84% from 255 or 18.46% from 547); Green value is 222 (87.11% from 255 or 40.59% from 547); Blue value is 224 (87.89% from 255 or 40.95% from 547); Max value from RGB is 224 - color contains mainly: blue. Hex color #65DEE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65DEE0 is #9A211F. Grayscale: #B9B9B9. Windows color (decimal): -10101024 or 14736997. OLE color: 14736997.
HSL color Cylindrical-coordinate representation of color #65DEE0: hue angle of 180.98º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #65DEE0 is Cyan = 0.55, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 101 | 222 | 224 | - |
| CMYK | 0.55 | 0.01 | 0 | 0.12 |
| HSL | 180.98º | 0.66% | 0.64% | - |
| HSV(B) | 180.98º | 0.55% | 0.88% | - |
| XYZ | 44.94 | 60.39 | 79.81 | - |
| YUV | 186.05 | 149.41 | 67.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 222 | 224 | 0.55 | 0.01 | 0 | 0.12 | 180.98 | 0.66 | 0.64 |
| Hex | 65 | DE | E0 | 37 | 1 | 0 | C | B5 | 42 | 40 |
| Octal | 145 | 336 | 340 | 67 | 1 | 0 | 14 | 265 | 102 | 100 |
| Binary | 1100101 | 11011110 | 11100000 | 110111 | 1 | 0 | 1100 | 10110101 | 1000010 | 1000000 |
Color Harmonies of #65DEE0
Complementary color
Monochromatic Colors of #65DEE0
Black with #65DEE0
Text Example
Text Example
White with #65DEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65DEE0; }
p { color: rgb(101,222,224); }
H1.HeaderClassName
{
color: #65DEE0;
}
.AnyTagClassName
{
color: #65DEE0;
}
</style>
background-color css
<style>
a { background-color: #65DEE0; }
a { background-color: rgb(101,222,224); }
div.DivClassName
{
background-color: #65DEE0;
}
.BgClassName
{
background-color: #65DEE0;
}
</style>
border-color css
<style>
span { border-color: #65DEE0; }
span { border-color: rgb(101,222,224); }
td.TdClassName
{
border-color: #65DEE0;
}
.TagClassName
{
border-color: #65DEE0;
}
</style>