Shades of Turquoise Blue #6EDFF1
Tints of Turquoise Blue #6EDFF1
RGB
CMYK
RGB Variations
Color information
#6EDFF1 (or 0x6EDFF1) is known color: Turquoise Blue. HEX triplet: 6E, DF and F1. RGB value is (110,223,241). Sum of RGB (Red+Green+Blue) = 110+223+241=574 (76% of max value = 765). Red value is 110 (43.36% from 255 or 19.16% from 574); Green value is 223 (87.5% from 255 or 38.85% from 574); Blue value is 241 (94.53% from 255 or 41.99% from 574); Max value from RGB is 241 - color contains mainly: blue. Hex color #6EDFF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6EDFF1 is #91200E. Grayscale: #BFBFBF. Windows color (decimal): -9510927 or 15851374. OLE color: 15851374.
HSL color Cylindrical-coordinate representation of color #6EDFF1: hue angle of 188.24º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6EDFF1 is Cyan = 0.54, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 110 | 223 | 241 | - |
| CMYK | 0.54 | 0.07 | 0 | 0.05 |
| HSL | 188.24º | 0.82% | 0.69% | - |
| HSV(B) | 188.24º | 0.54% | 0.95% | - |
| XYZ | 48.7 | 62.44 | 92.7 | - |
| YUV | 191.27 | 156.06 | 70.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 223 | 241 | 0.54 | 0.07 | 0 | 0.05 | 188.24 | 0.82 | 0.69 |
| Hex | 6E | DF | F1 | 36 | 7 | 0 | 5 | BC | 52 | 45 |
| Octal | 156 | 337 | 361 | 66 | 7 | 0 | 5 | 274 | 122 | 105 |
| Binary | 1101110 | 11011111 | 11110001 | 110110 | 111 | 0 | 101 | 10111100 | 1010010 | 1000101 |
Color Harmonies of #6EDFF1
Complementary color
Monochromatic Colors of #6EDFF1
Black with #6EDFF1
Text Example
Text Example
White with #6EDFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EDFF1; }
p { color: rgb(110,223,241); }
H1.HeaderClassName
{
color: #6EDFF1;
}
.AnyTagClassName
{
color: #6EDFF1;
}
</style>
background-color css
<style>
a { background-color: #6EDFF1; }
a { background-color: rgb(110,223,241); }
div.DivClassName
{
background-color: #6EDFF1;
}
.BgClassName
{
background-color: #6EDFF1;
}
</style>
border-color css
<style>
span { border-color: #6EDFF1; }
span { border-color: rgb(110,223,241); }
td.TdClassName
{
border-color: #6EDFF1;
}
.TagClassName
{
border-color: #6EDFF1;
}
</style>