Shades of Turquoise Blue #65DBFC
Tints of Turquoise Blue #65DBFC
RGB
CMYK
RGB Variations
Color information
#65DBFC (or 0x65DBFC) is known color: Turquoise Blue. HEX triplet: 65, DB and FC. RGB value is (101,219,252). Sum of RGB (Red+Green+Blue) = 101+219+252=572 (75% of max value = 765). Red value is 101 (39.84% from 255 or 17.66% from 572); Green value is 219 (85.94% from 255 or 38.29% from 572); Blue value is 252 (98.83% from 255 or 44.06% from 572); Max value from RGB is 252 - color contains mainly: blue. Hex color #65DBFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65DBFC is #9A2403. Grayscale: #BBBBBB. Windows color (decimal): -10101764 or 16571237. OLE color: 16571237.
HSL color Cylindrical-coordinate representation of color #65DBFC: hue angle of 193.11º 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 #65DBFC is Cyan = 0.60, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 101 | 219 | 252 | - |
| CMYK | 0.60 | 0.13 | 0 | 0.01 |
| HSL | 193.11º | 0.96% | 0.69% | - |
| HSV(B) | 193.11º | 0.6% | 0.99% | - |
| XYZ | 48.27 | 60.46 | 101.22 | - |
| YUV | 187.48 | 164.41 | 66.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 219 | 252 | 0.60 | 0.13 | 0 | 0.01 | 193.11 | 0.96 | 0.69 |
| Hex | 65 | DB | FC | 3C | D | 0 | 1 | C1 | 60 | 45 |
| Octal | 145 | 333 | 374 | 74 | 15 | 0 | 1 | 301 | 140 | 105 |
| Binary | 1100101 | 11011011 | 11111100 | 111100 | 1101 | 0 | 1 | 11000001 | 1100000 | 1000101 |
Color Harmonies of #65DBFC
Complementary color
Monochromatic Colors of #65DBFC
Black with #65DBFC
Text Example
Text Example
White with #65DBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65DBFC; }
p { color: rgb(101,219,252); }
H1.HeaderClassName
{
color: #65DBFC;
}
.AnyTagClassName
{
color: #65DBFC;
}
</style>
background-color css
<style>
a { background-color: #65DBFC; }
a { background-color: rgb(101,219,252); }
div.DivClassName
{
background-color: #65DBFC;
}
.BgClassName
{
background-color: #65DBFC;
}
</style>
border-color css
<style>
span { border-color: #65DBFC; }
span { border-color: rgb(101,219,252); }
td.TdClassName
{
border-color: #65DBFC;
}
.TagClassName
{
border-color: #65DBFC;
}
</style>