Shades of Turquoise Blue #6ADCFD
Tints of Turquoise Blue #6ADCFD
RGB
CMYK
RGB Variations
Color information
#6ADCFD (or 0x6ADCFD) is known color: Turquoise Blue. HEX triplet: 6A, DC and FD. RGB value is (106,220,253). Sum of RGB (Red+Green+Blue) = 106+220+253=579 (76% of max value = 765). Red value is 106 (41.80% from 255 or 18.31% from 579); Green value is 220 (86.33% from 255 or 38.00% from 579); Blue value is 253 (99.22% from 255 or 43.70% from 579); Max value from RGB is 253 - color contains mainly: blue. Hex color #6ADCFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ADCFD is #952302. Grayscale: #BDBDBD. Windows color (decimal): -9773827 or 16637034. OLE color: 16637034.
HSL color Cylindrical-coordinate representation of color #6ADCFD: hue angle of 193.47º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6ADCFD is Cyan = 0.58, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 106 | 220 | 253 | - |
| CMYK | 0.58 | 0.13 | 0 | 0.01 |
| HSL | 193.47º | 0.97% | 0.7% | - |
| HSV(B) | 193.47º | 0.58% | 0.99% | - |
| XYZ | 49.27 | 61.34 | 102.17 | - |
| YUV | 189.68 | 163.73 | 68.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 220 | 253 | 0.58 | 0.13 | 0 | 0.01 | 193.47 | 0.97 | 0.7 |
| Hex | 6A | DC | FD | 3A | D | 0 | 1 | C1 | 61 | 46 |
| Octal | 152 | 334 | 375 | 72 | 15 | 0 | 1 | 301 | 141 | 106 |
| Binary | 1101010 | 11011100 | 11111101 | 111010 | 1101 | 0 | 1 | 11000001 | 1100001 | 1000110 |
Color Harmonies of #6ADCFD
Complementary color
Monochromatic Colors of #6ADCFD
Black with #6ADCFD
Text Example
Text Example
White with #6ADCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ADCFD; }
p { color: rgb(106,220,253); }
H1.HeaderClassName
{
color: #6ADCFD;
}
.AnyTagClassName
{
color: #6ADCFD;
}
</style>
background-color css
<style>
a { background-color: #6ADCFD; }
a { background-color: rgb(106,220,253); }
div.DivClassName
{
background-color: #6ADCFD;
}
.BgClassName
{
background-color: #6ADCFD;
}
</style>
border-color css
<style>
span { border-color: #6ADCFD; }
span { border-color: rgb(106,220,253); }
td.TdClassName
{
border-color: #6ADCFD;
}
.TagClassName
{
border-color: #6ADCFD;
}
</style>