Shades of Turquoise Blue #6ADFE1
Tints of Turquoise Blue #6ADFE1
RGB
CMYK
RGB Variations
Color information
#6ADFE1 (or 0x6ADFE1) is known color: Turquoise Blue. HEX triplet: 6A, DF and E1. RGB value is (106,223,225). Sum of RGB (Red+Green+Blue) = 106+223+225=554 (73% of max value = 765). Red value is 106 (41.80% from 255 or 19.13% from 554); Green value is 223 (87.5% from 255 or 40.25% from 554); Blue value is 225 (88.28% from 255 or 40.61% from 554); Max value from RGB is 225 - color contains mainly: blue. Hex color #6ADFE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ADFE1 is #95201E. Grayscale: #BCBCBC. Windows color (decimal): -9773087 or 14802794. OLE color: 14802794.
HSL color Cylindrical-coordinate representation of color #6ADFE1: hue angle of 181.01º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6ADFE1 is Cyan = 0.53, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 106 | 223 | 225 | - |
| CMYK | 0.53 | 0.01 | 0 | 0.12 |
| HSL | 181.01º | 0.66% | 0.65% | - |
| HSV(B) | 181.01º | 0.53% | 0.88% | - |
| XYZ | 45.92 | 61.28 | 80.64 | - |
| YUV | 188.25 | 148.74 | 69.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 223 | 225 | 0.53 | 0.01 | 0 | 0.12 | 181.01 | 0.66 | 0.65 |
| Hex | 6A | DF | E1 | 35 | 1 | 0 | C | B5 | 42 | 41 |
| Octal | 152 | 337 | 341 | 65 | 1 | 0 | 14 | 265 | 102 | 101 |
| Binary | 1101010 | 11011111 | 11100001 | 110101 | 1 | 0 | 1100 | 10110101 | 1000010 | 1000001 |
Color Harmonies of #6ADFE1
Complementary color
Monochromatic Colors of #6ADFE1
Black with #6ADFE1
Text Example
Text Example
White with #6ADFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ADFE1; }
p { color: rgb(106,223,225); }
H1.HeaderClassName
{
color: #6ADFE1;
}
.AnyTagClassName
{
color: #6ADFE1;
}
</style>
background-color css
<style>
a { background-color: #6ADFE1; }
a { background-color: rgb(106,223,225); }
div.DivClassName
{
background-color: #6ADFE1;
}
.BgClassName
{
background-color: #6ADFE1;
}
</style>
border-color css
<style>
span { border-color: #6ADFE1; }
span { border-color: rgb(106,223,225); }
td.TdClassName
{
border-color: #6ADFE1;
}
.TagClassName
{
border-color: #6ADFE1;
}
</style>