Shades of Turquoise Blue #65DAFA
Tints of Turquoise Blue #65DAFA
RGB
CMYK
RGB Variations
Color information
#65DAFA (or 0x65DAFA) is known color: Turquoise Blue. HEX triplet: 65, DA and FA. RGB value is (101,218,250). Sum of RGB (Red+Green+Blue) = 101+218+250=569 (75% of max value = 765). Red value is 101 (39.84% from 255 or 17.75% from 569); Green value is 218 (85.55% from 255 or 38.31% from 569); Blue value is 250 (98.05% from 255 or 43.94% from 569); Max value from RGB is 250 - color contains mainly: blue. Hex color #65DAFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65DAFA is #9A2505. Grayscale: #BABABA. Windows color (decimal): -10102022 or 16439909. OLE color: 16439909.
HSL color Cylindrical-coordinate representation of color #65DAFA: hue angle of 192.89º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #65DAFA is Cyan = 0.60, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 101 | 218 | 250 | - |
| CMYK | 0.60 | 0.13 | 0 | 0.02 |
| HSL | 192.89º | 0.94% | 0.69% | - |
| HSV(B) | 192.89º | 0.6% | 0.98% | - |
| XYZ | 47.69 | 59.81 | 99.47 | - |
| YUV | 186.67 | 163.74 | 66.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 218 | 250 | 0.60 | 0.13 | 0 | 0.02 | 192.89 | 0.94 | 0.69 |
| Hex | 65 | DA | FA | 3C | D | 0 | 2 | C1 | 5E | 45 |
| Octal | 145 | 332 | 372 | 74 | 15 | 0 | 2 | 301 | 136 | 105 |
| Binary | 1100101 | 11011010 | 11111010 | 111100 | 1101 | 0 | 10 | 11000001 | 1011110 | 1000101 |
Color Harmonies of #65DAFA
Complementary color
Monochromatic Colors of #65DAFA
Black with #65DAFA
Text Example
Text Example
White with #65DAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65DAFA; }
p { color: rgb(101,218,250); }
H1.HeaderClassName
{
color: #65DAFA;
}
.AnyTagClassName
{
color: #65DAFA;
}
</style>
background-color css
<style>
a { background-color: #65DAFA; }
a { background-color: rgb(101,218,250); }
div.DivClassName
{
background-color: #65DAFA;
}
.BgClassName
{
background-color: #65DAFA;
}
</style>
border-color css
<style>
span { border-color: #65DAFA; }
span { border-color: rgb(101,218,250); }
td.TdClassName
{
border-color: #65DAFA;
}
.TagClassName
{
border-color: #65DAFA;
}
</style>