Shades of Turquoise Blue #65DCE3
Tints of Turquoise Blue #65DCE3
RGB
CMYK
RGB Variations
Color information
#65DCE3 (or 0x65DCE3) is known color: Turquoise Blue. HEX triplet: 65, DC and E3. RGB value is (101,220,227). Sum of RGB (Red+Green+Blue) = 101+220+227=548 (72% of max value = 765). Red value is 101 (39.84% from 255 or 18.43% from 548); Green value is 220 (86.33% from 255 or 40.15% from 548); Blue value is 227 (89.06% from 255 or 41.42% from 548); Max value from RGB is 227 - color contains mainly: blue. Hex color #65DCE3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65DCE3 is #9A231C. Grayscale: #B9B9B9. Windows color (decimal): -10101533 or 14933093. OLE color: 14933093.
HSL color Cylindrical-coordinate representation of color #65DCE3: hue angle of 183.33º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #65DCE3 is Cyan = 0.56, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 101 | 220 | 227 | - |
| CMYK | 0.56 | 0.03 | 0 | 0.11 |
| HSL | 183.33º | 0.69% | 0.64% | - |
| HSV(B) | 183.33º | 0.56% | 0.89% | - |
| XYZ | 44.83 | 59.5 | 81.8 | - |
| YUV | 185.22 | 151.58 | 67.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 220 | 227 | 0.56 | 0.03 | 0 | 0.11 | 183.33 | 0.69 | 0.64 |
| Hex | 65 | DC | E3 | 38 | 3 | 0 | B | B7 | 45 | 40 |
| Octal | 145 | 334 | 343 | 70 | 3 | 0 | 13 | 267 | 105 | 100 |
| Binary | 1100101 | 11011100 | 11100011 | 111000 | 11 | 0 | 1011 | 10110111 | 1000101 | 1000000 |
Color Harmonies of #65DCE3
Complementary color
Monochromatic Colors of #65DCE3
Black with #65DCE3
Text Example
Text Example
White with #65DCE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65DCE3; }
p { color: rgb(101,220,227); }
H1.HeaderClassName
{
color: #65DCE3;
}
.AnyTagClassName
{
color: #65DCE3;
}
</style>
background-color css
<style>
a { background-color: #65DCE3; }
a { background-color: rgb(101,220,227); }
div.DivClassName
{
background-color: #65DCE3;
}
.BgClassName
{
background-color: #65DCE3;
}
</style>
border-color css
<style>
span { border-color: #65DCE3; }
span { border-color: rgb(101,220,227); }
td.TdClassName
{
border-color: #65DCE3;
}
.TagClassName
{
border-color: #65DCE3;
}
</style>