Shades of Turquoise Blue #6ADCFE
Tints of Turquoise Blue #6ADCFE
RGB
CMYK
RGB Variations
Color information
#6ADCFE (or 0x6ADCFE) is known color: Turquoise Blue. HEX triplet: 6A, DC and FE. RGB value is (106,220,254). Sum of RGB (Red+Green+Blue) = 106+220+254=580 (76% of max value = 765). Red value is 106 (41.80% from 255 or 18.28% from 580); Green value is 220 (86.33% from 255 or 37.93% from 580); Blue value is 254 (99.61% from 255 or 43.79% from 580); Max value from RGB is 254 - color contains mainly: blue. Hex color #6ADCFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ADCFE is #952301. Grayscale: #BDBDBD. Windows color (decimal): -9773826 or 16702570. OLE color: 16702570.
HSL color Cylindrical-coordinate representation of color #6ADCFE: hue angle of 193.78º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6ADCFE is Cyan = 0.58, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 106 | 220 | 254 | - |
| CMYK | 0.58 | 0.13 | 0 | 0.00 |
| HSL | 193.78º | 0.99% | 0.71% | - |
| HSV(B) | 193.78º | 0.58% | 1% | - |
| XYZ | 49.43 | 61.41 | 103.01 | - |
| YUV | 189.79 | 164.23 | 68.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 220 | 254 | 0.58 | 0.13 | 0 | 0.00 | 193.78 | 0.99 | 0.71 |
| Hex | 6A | DC | FE | 3A | D | 0 | 0 | C2 | 63 | 47 |
| Octal | 152 | 334 | 376 | 72 | 15 | 0 | 0 | 302 | 143 | 107 |
| Binary | 1101010 | 11011100 | 11111110 | 111010 | 1101 | 0 | 0 | 11000010 | 1100011 | 1000111 |
Color Harmonies of #6ADCFE
Complementary color
Monochromatic Colors of #6ADCFE
Black with #6ADCFE
Text Example
Text Example
White with #6ADCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ADCFE; }
p { color: rgb(106,220,254); }
H1.HeaderClassName
{
color: #6ADCFE;
}
.AnyTagClassName
{
color: #6ADCFE;
}
</style>
background-color css
<style>
a { background-color: #6ADCFE; }
a { background-color: rgb(106,220,254); }
div.DivClassName
{
background-color: #6ADCFE;
}
.BgClassName
{
background-color: #6ADCFE;
}
</style>
border-color css
<style>
span { border-color: #6ADCFE; }
span { border-color: rgb(106,220,254); }
td.TdClassName
{
border-color: #6ADCFE;
}
.TagClassName
{
border-color: #6ADCFE;
}
</style>