Shades of Turquoise Blue #6FDCE6
Tints of Turquoise Blue #6FDCE6
RGB
CMYK
RGB Variations
Color information
#6FDCE6 (or 0x6FDCE6) is known color: Turquoise Blue. HEX triplet: 6F, DC and E6. RGB value is (111,220,230). Sum of RGB (Red+Green+Blue) = 111+220+230=561 (74% of max value = 765). Red value is 111 (43.75% from 255 or 19.79% from 561); Green value is 220 (86.33% from 255 or 39.22% from 561); Blue value is 230 (90.23% from 255 or 41.00% from 561); Max value from RGB is 230 - color contains mainly: blue. Hex color #6FDCE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FDCE6 is #902319. Grayscale: #BCBCBC. Windows color (decimal): -9446170 or 15129711. OLE color: 15129711.
HSL color Cylindrical-coordinate representation of color #6FDCE6: hue angle of 185.04º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6FDCE6 is Cyan = 0.52, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 111 | 220 | 230 | - |
| CMYK | 0.52 | 0.04 | 0 | 0.10 |
| HSL | 185.04º | 0.7% | 0.67% | - |
| HSV(B) | 185.04º | 0.52% | 0.9% | - |
| XYZ | 46.43 | 60.28 | 84.05 | - |
| YUV | 188.55 | 151.39 | 72.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 220 | 230 | 0.52 | 0.04 | 0 | 0.10 | 185.04 | 0.7 | 0.67 |
| Hex | 6F | DC | E6 | 34 | 4 | 0 | A | B9 | 46 | 43 |
| Octal | 157 | 334 | 346 | 64 | 4 | 0 | 12 | 271 | 106 | 103 |
| Binary | 1101111 | 11011100 | 11100110 | 110100 | 100 | 0 | 1010 | 10111001 | 1000110 | 1000011 |
Color Harmonies of #6FDCE6
Complementary color
Monochromatic Colors of #6FDCE6
Black with #6FDCE6
Text Example
Text Example
White with #6FDCE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FDCE6; }
p { color: rgb(111,220,230); }
H1.HeaderClassName
{
color: #6FDCE6;
}
.AnyTagClassName
{
color: #6FDCE6;
}
</style>
background-color css
<style>
a { background-color: #6FDCE6; }
a { background-color: rgb(111,220,230); }
div.DivClassName
{
background-color: #6FDCE6;
}
.BgClassName
{
background-color: #6FDCE6;
}
</style>
border-color css
<style>
span { border-color: #6FDCE6; }
span { border-color: rgb(111,220,230); }
td.TdClassName
{
border-color: #6FDCE6;
}
.TagClassName
{
border-color: #6FDCE6;
}
</style>