Shades of Turquoise Blue #65D6FC
Tints of Turquoise Blue #65D6FC
RGB
CMYK
RGB Variations
Color information
#65D6FC (or 0x65D6FC) is known color: Turquoise Blue. HEX triplet: 65, D6 and FC. RGB value is (101,214,252). Sum of RGB (Red+Green+Blue) = 101+214+252=567 (75% of max value = 765). Red value is 101 (39.84% from 255 or 17.81% from 567); Green value is 214 (83.98% from 255 or 37.74% from 567); Blue value is 252 (98.83% from 255 or 44.44% from 567); Max value from RGB is 252 - color contains mainly: blue. Hex color #65D6FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65D6FC is #9A2903. Grayscale: #B8B8B8. Windows color (decimal): -10103044 or 16569957. OLE color: 16569957.
HSL color Cylindrical-coordinate representation of color #65D6FC: hue angle of 195.1º 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 #65D6FC is Cyan = 0.60, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 101 | 214 | 252 | - |
| CMYK | 0.60 | 0.15 | 0 | 0.01 |
| HSL | 195.1º | 0.96% | 0.69% | - |
| HSV(B) | 195.1º | 0.6% | 0.99% | - |
| XYZ | 46.98 | 57.89 | 100.79 | - |
| YUV | 184.55 | 166.06 | 68.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 214 | 252 | 0.60 | 0.15 | 0 | 0.01 | 195.1 | 0.96 | 0.69 |
| Hex | 65 | D6 | FC | 3C | F | 0 | 1 | C3 | 60 | 45 |
| Octal | 145 | 326 | 374 | 74 | 17 | 0 | 1 | 303 | 140 | 105 |
| Binary | 1100101 | 11010110 | 11111100 | 111100 | 1111 | 0 | 1 | 11000011 | 1100000 | 1000101 |
Color Harmonies of #65D6FC
Complementary color
Monochromatic Colors of #65D6FC
Black with #65D6FC
Text Example
Text Example
White with #65D6FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65D6FC; }
p { color: rgb(101,214,252); }
H1.HeaderClassName
{
color: #65D6FC;
}
.AnyTagClassName
{
color: #65D6FC;
}
</style>
background-color css
<style>
a { background-color: #65D6FC; }
a { background-color: rgb(101,214,252); }
div.DivClassName
{
background-color: #65D6FC;
}
.BgClassName
{
background-color: #65D6FC;
}
</style>
border-color css
<style>
span { border-color: #65D6FC; }
span { border-color: rgb(101,214,252); }
td.TdClassName
{
border-color: #65D6FC;
}
.TagClassName
{
border-color: #65D6FC;
}
</style>