Shades of Turquoise Blue #6AD4ED
Tints of Turquoise Blue #6AD4ED
RGB
CMYK
RGB Variations
Color information
#6AD4ED (or 0x6AD4ED) is known color: Turquoise Blue. HEX triplet: 6A, D4 and ED. RGB value is (106,212,237). Sum of RGB (Red+Green+Blue) = 106+212+237=555 (73% of max value = 765). Red value is 106 (41.80% from 255 or 19.10% from 555); Green value is 212 (83.20% from 255 or 38.20% from 555); Blue value is 237 (92.97% from 255 or 42.70% from 555); Max value from RGB is 237 - color contains mainly: blue. Hex color #6AD4ED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6AD4ED is #952B12. Grayscale: #B6B6B6. Windows color (decimal): -9775891 or 15586410. OLE color: 15586410.
HSL color Cylindrical-coordinate representation of color #6AD4ED: hue angle of 191.45º 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 #6AD4ED is Cyan = 0.55, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 106 | 212 | 237 | - |
| CMYK | 0.55 | 0.11 | 0 | 0.07 |
| HSL | 191.45º | 0.78% | 0.67% | - |
| HSV(B) | 191.45º | 0.55% | 0.93% | - |
| XYZ | 44.77 | 56.27 | 88.62 | - |
| YUV | 183.16 | 158.38 | 72.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 212 | 237 | 0.55 | 0.11 | 0 | 0.07 | 191.45 | 0.78 | 0.67 |
| Hex | 6A | D4 | ED | 37 | B | 0 | 7 | BF | 4E | 43 |
| Octal | 152 | 324 | 355 | 67 | 13 | 0 | 7 | 277 | 116 | 103 |
| Binary | 1101010 | 11010100 | 11101101 | 110111 | 1011 | 0 | 111 | 10111111 | 1001110 | 1000011 |
Color Harmonies of #6AD4ED
Complementary color
Monochromatic Colors of #6AD4ED
Black with #6AD4ED
Text Example
Text Example
White with #6AD4ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AD4ED; }
p { color: rgb(106,212,237); }
H1.HeaderClassName
{
color: #6AD4ED;
}
.AnyTagClassName
{
color: #6AD4ED;
}
</style>
background-color css
<style>
a { background-color: #6AD4ED; }
a { background-color: rgb(106,212,237); }
div.DivClassName
{
background-color: #6AD4ED;
}
.BgClassName
{
background-color: #6AD4ED;
}
</style>
border-color css
<style>
span { border-color: #6AD4ED; }
span { border-color: rgb(106,212,237); }
td.TdClassName
{
border-color: #6AD4ED;
}
.TagClassName
{
border-color: #6AD4ED;
}
</style>