Shades of Turquoise Blue #6AECEE
Tints of Turquoise Blue #6AECEE
RGB
CMYK
RGB Variations
Color information
#6AECEE (or 0x6AECEE) is known color: Turquoise Blue. HEX triplet: 6A, EC and EE. RGB value is (106,236,238). Sum of RGB (Red+Green+Blue) = 106+236+238=580 (76% of max value = 765). Red value is 106 (41.80% from 255 or 18.28% from 580); Green value is 236 (92.58% from 255 or 40.69% from 580); Blue value is 238 (93.36% from 255 or 41.03% from 580); Max value from RGB is 238 - color contains mainly: blue. Hex color #6AECEE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6AECEE is #951311. Grayscale: #C5C5C5. Windows color (decimal): -9769746 or 15658090. OLE color: 15658090.
HSL color Cylindrical-coordinate representation of color #6AECEE: hue angle of 180.91º degrees, saturation: 0.8, 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 #6AECEE is Cyan = 0.55, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 106 | 236 | 238 | - |
| CMYK | 0.55 | 0.01 | 0 | 0.07 |
| HSL | 180.91º | 0.8% | 0.67% | - |
| HSV(B) | 180.91º | 0.55% | 0.93% | - |
| XYZ | 51.37 | 69.23 | 91.54 | - |
| YUV | 197.36 | 150.93 | 62.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 236 | 238 | 0.55 | 0.01 | 0 | 0.07 | 180.91 | 0.8 | 0.67 |
| Hex | 6A | EC | EE | 37 | 1 | 0 | 7 | B5 | 50 | 43 |
| Octal | 152 | 354 | 356 | 67 | 1 | 0 | 7 | 265 | 120 | 103 |
| Binary | 1101010 | 11101100 | 11101110 | 110111 | 1 | 0 | 111 | 10110101 | 1010000 | 1000011 |
Color Harmonies of #6AECEE
Complementary color
Monochromatic Colors of #6AECEE
Black with #6AECEE
Text Example
Text Example
White with #6AECEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AECEE; }
p { color: rgb(106,236,238); }
H1.HeaderClassName
{
color: #6AECEE;
}
.AnyTagClassName
{
color: #6AECEE;
}
</style>
background-color css
<style>
a { background-color: #6AECEE; }
a { background-color: rgb(106,236,238); }
div.DivClassName
{
background-color: #6AECEE;
}
.BgClassName
{
background-color: #6AECEE;
}
</style>
border-color css
<style>
span { border-color: #6AECEE; }
span { border-color: rgb(106,236,238); }
td.TdClassName
{
border-color: #6AECEE;
}
.TagClassName
{
border-color: #6AECEE;
}
</style>