Shades of Turquoise Blue #6AEEDF
Tints of Turquoise Blue #6AEEDF
RGB
CMYK
RGB Variations
Color information
#6AEEDF (or 0x6AEEDF) is known color: Turquoise Blue. HEX triplet: 6A, EE and DF. RGB value is (106,238,223). Sum of RGB (Red+Green+Blue) = 106+238+223=567 (75% of max value = 765). Red value is 106 (41.80% from 255 or 18.69% from 567); Green value is 238 (93.36% from 255 or 41.98% from 567); Blue value is 223 (87.5% from 255 or 39.33% from 567); Max value from RGB is 238 - color contains mainly: green. Hex color #6AEEDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AEEDF is #951120. Grayscale: #C4C4C4. Windows color (decimal): -9769249 or 14675562. OLE color: 14675562.
HSL color Cylindrical-coordinate representation of color #6AEEDF: hue angle of 173.18º 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 #6AEEDF is Cyan = 0.55, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 106 | 238 | 223 | - |
| CMYK | 0.55 | 0 | 0.06 | 0.07 |
| HSL | 173.18º | 0.8% | 0.67% | - |
| HSV(B) | 173.18º | 0.55% | 0.93% | - |
| XYZ | 49.84 | 69.54 | 80.61 | - |
| YUV | 196.82 | 142.77 | 63.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 238 | 223 | 0.55 | 0 | 0.06 | 0.07 | 173.18 | 0.8 | 0.67 |
| Hex | 6A | EE | DF | 37 | 0 | 6 | 7 | AD | 50 | 43 |
| Octal | 152 | 356 | 337 | 67 | 0 | 6 | 7 | 255 | 120 | 103 |
| Binary | 1101010 | 11101110 | 11011111 | 110111 | 0 | 110 | 111 | 10101101 | 1010000 | 1000011 |
Color Harmonies of #6AEEDF
Complementary color
Monochromatic Colors of #6AEEDF
Black with #6AEEDF
Text Example
Text Example
White with #6AEEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AEEDF; }
p { color: rgb(106,238,223); }
H1.HeaderClassName
{
color: #6AEEDF;
}
.AnyTagClassName
{
color: #6AEEDF;
}
</style>
background-color css
<style>
a { background-color: #6AEEDF; }
a { background-color: rgb(106,238,223); }
div.DivClassName
{
background-color: #6AEEDF;
}
.BgClassName
{
background-color: #6AEEDF;
}
</style>
border-color css
<style>
span { border-color: #6AEEDF; }
span { border-color: rgb(106,238,223); }
td.TdClassName
{
border-color: #6AEEDF;
}
.TagClassName
{
border-color: #6AEEDF;
}
</style>