Shades of Turquoise Blue #65DCEF
Tints of Turquoise Blue #65DCEF
RGB
CMYK
RGB Variations
Color information
#65DCEF (or 0x65DCEF) is known color: Turquoise Blue. HEX triplet: 65, DC and EF. RGB value is (101,220,239). Sum of RGB (Red+Green+Blue) = 101+220+239=560 (74% of max value = 765). Red value is 101 (39.84% from 255 or 18.04% from 560); Green value is 220 (86.33% from 255 or 39.29% from 560); Blue value is 239 (93.75% from 255 or 42.68% from 560); Max value from RGB is 239 - color contains mainly: blue. Hex color #65DCEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65DCEF is #9A2310. Grayscale: #BABABA. Windows color (decimal): -10101521 or 15719525. OLE color: 15719525.
HSL color Cylindrical-coordinate representation of color #65DCEF: hue angle of 188.26º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #65DCEF is Cyan = 0.58, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 101 | 220 | 239 | - |
| CMYK | 0.58 | 0.08 | 0 | 0.06 |
| HSL | 188.26º | 0.81% | 0.67% | - |
| HSV(B) | 188.26º | 0.58% | 0.94% | - |
| XYZ | 46.54 | 60.19 | 90.83 | - |
| YUV | 186.59 | 157.58 | 66.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 220 | 239 | 0.58 | 0.08 | 0 | 0.06 | 188.26 | 0.81 | 0.67 |
| Hex | 65 | DC | EF | 3A | 8 | 0 | 6 | BC | 51 | 43 |
| Octal | 145 | 334 | 357 | 72 | 10 | 0 | 6 | 274 | 121 | 103 |
| Binary | 1100101 | 11011100 | 11101111 | 111010 | 1000 | 0 | 110 | 10111100 | 1010001 | 1000011 |
Color Harmonies of #65DCEF
Complementary color
Monochromatic Colors of #65DCEF
Black with #65DCEF
Text Example
Text Example
White with #65DCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65DCEF; }
p { color: rgb(101,220,239); }
H1.HeaderClassName
{
color: #65DCEF;
}
.AnyTagClassName
{
color: #65DCEF;
}
</style>
background-color css
<style>
a { background-color: #65DCEF; }
a { background-color: rgb(101,220,239); }
div.DivClassName
{
background-color: #65DCEF;
}
.BgClassName
{
background-color: #65DCEF;
}
</style>
border-color css
<style>
span { border-color: #65DCEF; }
span { border-color: rgb(101,220,239); }
td.TdClassName
{
border-color: #65DCEF;
}
.TagClassName
{
border-color: #65DCEF;
}
</style>