Shades of Turquoise Blue #65DAFE
Tints of Turquoise Blue #65DAFE
RGB
CMYK
RGB Variations
Color information
#65DAFE (or 0x65DAFE) is known color: Turquoise Blue. HEX triplet: 65, DA and FE. RGB value is (101,218,254). Sum of RGB (Red+Green+Blue) = 101+218+254=573 (75% of max value = 765). Red value is 101 (39.84% from 255 or 17.63% from 573); Green value is 218 (85.55% from 255 or 38.05% from 573); Blue value is 254 (99.61% from 255 or 44.33% from 573); Max value from RGB is 254 - color contains mainly: blue. Hex color #65DAFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65DAFE is #9A2501. Grayscale: #BABABA. Windows color (decimal): -10102018 or 16702053. OLE color: 16702053.
HSL color Cylindrical-coordinate representation of color #65DAFE: hue angle of 194.12º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #65DAFE is Cyan = 0.60, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 101 | 218 | 254 | - |
| CMYK | 0.60 | 0.14 | 0 | 0.00 |
| HSL | 194.12º | 0.99% | 0.7% | - |
| HSV(B) | 194.12º | 0.6% | 1% | - |
| XYZ | 48.33 | 60.07 | 102.81 | - |
| YUV | 187.12 | 165.74 | 66.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 218 | 254 | 0.60 | 0.14 | 0 | 0.00 | 194.12 | 0.99 | 0.7 |
| Hex | 65 | DA | FE | 3C | E | 0 | 0 | C2 | 63 | 46 |
| Octal | 145 | 332 | 376 | 74 | 16 | 0 | 0 | 302 | 143 | 106 |
| Binary | 1100101 | 11011010 | 11111110 | 111100 | 1110 | 0 | 0 | 11000010 | 1100011 | 1000110 |
Color Harmonies of #65DAFE
Complementary color
Monochromatic Colors of #65DAFE
Black with #65DAFE
Text Example
Text Example
White with #65DAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65DAFE; }
p { color: rgb(101,218,254); }
H1.HeaderClassName
{
color: #65DAFE;
}
.AnyTagClassName
{
color: #65DAFE;
}
</style>
background-color css
<style>
a { background-color: #65DAFE; }
a { background-color: rgb(101,218,254); }
div.DivClassName
{
background-color: #65DAFE;
}
.BgClassName
{
background-color: #65DAFE;
}
</style>
border-color css
<style>
span { border-color: #65DAFE; }
span { border-color: rgb(101,218,254); }
td.TdClassName
{
border-color: #65DAFE;
}
.TagClassName
{
border-color: #65DAFE;
}
</style>