Shades of Turquoise Blue #6FEDDC
Tints of Turquoise Blue #6FEDDC
RGB
CMYK
RGB Variations
Color information
#6FEDDC (or 0x6FEDDC) is known color: Turquoise Blue. HEX triplet: 6F, ED and DC. RGB value is (111,237,220). Sum of RGB (Red+Green+Blue) = 111+237+220=568 (75% of max value = 765). Red value is 111 (43.75% from 255 or 19.54% from 568); Green value is 237 (92.97% from 255 or 41.73% from 568); Blue value is 220 (86.33% from 255 or 38.73% from 568); Max value from RGB is 237 - color contains mainly: green. Hex color #6FEDDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FEDDC is #901223. Grayscale: #C5C5C5. Windows color (decimal): -9441828 or 14478703. OLE color: 14478703.
HSL color Cylindrical-coordinate representation of color #6FEDDC: hue angle of 171.9º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6FEDDC is Cyan = 0.53, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 111 | 237 | 220 | - |
| CMYK | 0.53 | 0 | 0.07 | 0.07 |
| HSL | 171.9º | 0.78% | 0.68% | - |
| HSV(B) | 171.9º | 0.53% | 0.93% | - |
| XYZ | 49.76 | 69.12 | 78.43 | - |
| YUV | 197.39 | 140.76 | 66.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 237 | 220 | 0.53 | 0 | 0.07 | 0.07 | 171.9 | 0.78 | 0.68 |
| Hex | 6F | ED | DC | 35 | 0 | 7 | 7 | AC | 4E | 44 |
| Octal | 157 | 355 | 334 | 65 | 0 | 7 | 7 | 254 | 116 | 104 |
| Binary | 1101111 | 11101101 | 11011100 | 110101 | 0 | 111 | 111 | 10101100 | 1001110 | 1000100 |
Color Harmonies of #6FEDDC
Complementary color
Monochromatic Colors of #6FEDDC
Black with #6FEDDC
Text Example
Text Example
White with #6FEDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FEDDC; }
p { color: rgb(111,237,220); }
H1.HeaderClassName
{
color: #6FEDDC;
}
.AnyTagClassName
{
color: #6FEDDC;
}
</style>
background-color css
<style>
a { background-color: #6FEDDC; }
a { background-color: rgb(111,237,220); }
div.DivClassName
{
background-color: #6FEDDC;
}
.BgClassName
{
background-color: #6FEDDC;
}
</style>
border-color css
<style>
span { border-color: #6FEDDC; }
span { border-color: rgb(111,237,220); }
td.TdClassName
{
border-color: #6FEDDC;
}
.TagClassName
{
border-color: #6FEDDC;
}
</style>