Shades of Turquoise Blue #65DCFC
Tints of Turquoise Blue #65DCFC
RGB
CMYK
RGB Variations
Color information
#65DCFC (or 0x65DCFC) is known color: Turquoise Blue. HEX triplet: 65, DC and FC. RGB value is (101,220,252). Sum of RGB (Red+Green+Blue) = 101+220+252=573 (75% of max value = 765). Red value is 101 (39.84% from 255 or 17.63% from 573); Green value is 220 (86.33% from 255 or 38.39% from 573); Blue value is 252 (98.83% from 255 or 43.98% from 573); Max value from RGB is 252 - color contains mainly: blue. Hex color #65DCFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65DCFC is #9A2303. Grayscale: #BBBBBB. Windows color (decimal): -10101508 or 16571493. OLE color: 16571493.
HSL color Cylindrical-coordinate representation of color #65DCFC: hue angle of 192.72º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #65DCFC is Cyan = 0.60, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 101 | 220 | 252 | - |
| CMYK | 0.60 | 0.13 | 0 | 0.01 |
| HSL | 192.72º | 0.96% | 0.69% | - |
| HSV(B) | 192.72º | 0.6% | 0.99% | - |
| XYZ | 48.53 | 60.98 | 101.31 | - |
| YUV | 188.07 | 164.08 | 65.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 220 | 252 | 0.60 | 0.13 | 0 | 0.01 | 192.72 | 0.96 | 0.69 |
| Hex | 65 | DC | FC | 3C | D | 0 | 1 | C1 | 60 | 45 |
| Octal | 145 | 334 | 374 | 74 | 15 | 0 | 1 | 301 | 140 | 105 |
| Binary | 1100101 | 11011100 | 11111100 | 111100 | 1101 | 0 | 1 | 11000001 | 1100000 | 1000101 |
Color Harmonies of #65DCFC
Complementary color
Monochromatic Colors of #65DCFC
Black with #65DCFC
Text Example
Text Example
White with #65DCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65DCFC; }
p { color: rgb(101,220,252); }
H1.HeaderClassName
{
color: #65DCFC;
}
.AnyTagClassName
{
color: #65DCFC;
}
</style>
background-color css
<style>
a { background-color: #65DCFC; }
a { background-color: rgb(101,220,252); }
div.DivClassName
{
background-color: #65DCFC;
}
.BgClassName
{
background-color: #65DCFC;
}
</style>
border-color css
<style>
span { border-color: #65DCFC; }
span { border-color: rgb(101,220,252); }
td.TdClassName
{
border-color: #65DCFC;
}
.TagClassName
{
border-color: #65DCFC;
}
</style>