Shades of Turquoise Blue #6EDFE7
Tints of Turquoise Blue #6EDFE7
RGB
CMYK
RGB Variations
Color information
#6EDFE7 (or 0x6EDFE7) is known color: Turquoise Blue. HEX triplet: 6E, DF and E7. RGB value is (110,223,231). Sum of RGB (Red+Green+Blue) = 110+223+231=564 (74% of max value = 765). Red value is 110 (43.36% from 255 or 19.50% from 564); Green value is 223 (87.5% from 255 or 39.54% from 564); Blue value is 231 (90.62% from 255 or 40.96% from 564); Max value from RGB is 231 - color contains mainly: blue. Hex color #6EDFE7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6EDFE7 is #912018. Grayscale: #BDBDBD. Windows color (decimal): -9510937 or 15196014. OLE color: 15196014.
HSL color Cylindrical-coordinate representation of color #6EDFE7: hue angle of 183.97º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6EDFE7 is Cyan = 0.52, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 110 | 223 | 231 | - |
| CMYK | 0.52 | 0.03 | 0 | 0.09 |
| HSL | 183.97º | 0.72% | 0.67% | - |
| HSV(B) | 183.97º | 0.52% | 0.91% | - |
| XYZ | 47.24 | 61.86 | 85.05 | - |
| YUV | 190.13 | 151.06 | 70.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 223 | 231 | 0.52 | 0.03 | 0 | 0.09 | 183.97 | 0.72 | 0.67 |
| Hex | 6E | DF | E7 | 34 | 3 | 0 | 9 | B8 | 48 | 43 |
| Octal | 156 | 337 | 347 | 64 | 3 | 0 | 11 | 270 | 110 | 103 |
| Binary | 1101110 | 11011111 | 11100111 | 110100 | 11 | 0 | 1001 | 10111000 | 1001000 | 1000011 |
Color Harmonies of #6EDFE7
Complementary color
Monochromatic Colors of #6EDFE7
Black with #6EDFE7
Text Example
Text Example
White with #6EDFE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EDFE7; }
p { color: rgb(110,223,231); }
H1.HeaderClassName
{
color: #6EDFE7;
}
.AnyTagClassName
{
color: #6EDFE7;
}
</style>
background-color css
<style>
a { background-color: #6EDFE7; }
a { background-color: rgb(110,223,231); }
div.DivClassName
{
background-color: #6EDFE7;
}
.BgClassName
{
background-color: #6EDFE7;
}
</style>
border-color css
<style>
span { border-color: #6EDFE7; }
span { border-color: rgb(110,223,231); }
td.TdClassName
{
border-color: #6EDFE7;
}
.TagClassName
{
border-color: #6EDFE7;
}
</style>