Shades of Turquoise Blue #6AD1ED
Tints of Turquoise Blue #6AD1ED
RGB
CMYK
RGB Variations
Color information
#6AD1ED (or 0x6AD1ED) is known color: Turquoise Blue. HEX triplet: 6A, D1 and ED. RGB value is (106,209,237). Sum of RGB (Red+Green+Blue) = 106+209+237=552 (73% of max value = 765). Red value is 106 (41.80% from 255 or 19.20% from 552); Green value is 209 (82.03% from 255 or 37.86% from 552); Blue value is 237 (92.97% from 255 or 42.93% from 552); Max value from RGB is 237 - color contains mainly: blue. Hex color #6AD1ED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6AD1ED is #952E12. Grayscale: #B5B5B5. Windows color (decimal): -9776659 or 15585642. OLE color: 15585642.
HSL color Cylindrical-coordinate representation of color #6AD1ED: hue angle of 192.82º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6AD1ED is Cyan = 0.55, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 106 | 209 | 237 | - |
| CMYK | 0.55 | 0.12 | 0 | 0.07 |
| HSL | 192.82º | 0.78% | 0.67% | - |
| HSV(B) | 192.82º | 0.55% | 0.93% | - |
| XYZ | 44.03 | 54.78 | 88.37 | - |
| YUV | 181.4 | 159.38 | 74.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 209 | 237 | 0.55 | 0.12 | 0 | 0.07 | 192.82 | 0.78 | 0.67 |
| Hex | 6A | D1 | ED | 37 | C | 0 | 7 | C1 | 4E | 43 |
| Octal | 152 | 321 | 355 | 67 | 14 | 0 | 7 | 301 | 116 | 103 |
| Binary | 1101010 | 11010001 | 11101101 | 110111 | 1100 | 0 | 111 | 11000001 | 1001110 | 1000011 |
Color Harmonies of #6AD1ED
Complementary color
Monochromatic Colors of #6AD1ED
Black with #6AD1ED
Text Example
Text Example
White with #6AD1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AD1ED; }
p { color: rgb(106,209,237); }
H1.HeaderClassName
{
color: #6AD1ED;
}
.AnyTagClassName
{
color: #6AD1ED;
}
</style>
background-color css
<style>
a { background-color: #6AD1ED; }
a { background-color: rgb(106,209,237); }
div.DivClassName
{
background-color: #6AD1ED;
}
.BgClassName
{
background-color: #6AD1ED;
}
</style>
border-color css
<style>
span { border-color: #6AD1ED; }
span { border-color: rgb(106,209,237); }
td.TdClassName
{
border-color: #6AD1ED;
}
.TagClassName
{
border-color: #6AD1ED;
}
</style>