Shades of Turquoise Blue #6FCEE1
Tints of Turquoise Blue #6FCEE1
RGB
CMYK
RGB Variations
Color information
#6FCEE1 (or 0x6FCEE1) is known color: Turquoise Blue. HEX triplet: 6F, CE and E1. RGB value is (111,206,225). Sum of RGB (Red+Green+Blue) = 111+206+225=542 (71% of max value = 765). Red value is 111 (43.75% from 255 or 20.48% from 542); Green value is 206 (80.86% from 255 or 38.01% from 542); Blue value is 225 (88.28% from 255 or 41.51% from 542); Max value from RGB is 225 - color contains mainly: blue. Hex color #6FCEE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FCEE1 is #90311E. Grayscale: #B3B3B3. Windows color (decimal): -9449759 or 14798447. OLE color: 14798447.
HSL color Cylindrical-coordinate representation of color #6FCEE1: hue angle of 190º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6FCEE1 is Cyan = 0.51, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 111 | 206 | 225 | - |
| CMYK | 0.51 | 0.08 | 0 | 0.12 |
| HSL | 190º | 0.66% | 0.66% | - |
| HSV(B) | 190º | 0.51% | 0.88% | - |
| XYZ | 42.22 | 52.96 | 79.23 | - |
| YUV | 179.76 | 153.53 | 78.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 206 | 225 | 0.51 | 0.08 | 0 | 0.12 | 190 | 0.66 | 0.66 |
| Hex | 6F | CE | E1 | 33 | 8 | 0 | C | BE | 42 | 42 |
| Octal | 157 | 316 | 341 | 63 | 10 | 0 | 14 | 276 | 102 | 102 |
| Binary | 1101111 | 11001110 | 11100001 | 110011 | 1000 | 0 | 1100 | 10111110 | 1000010 | 1000010 |
Color Harmonies of #6FCEE1
Complementary color
Monochromatic Colors of #6FCEE1
Black with #6FCEE1
Text Example
Text Example
White with #6FCEE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCEE1; }
p { color: rgb(111,206,225); }
H1.HeaderClassName
{
color: #6FCEE1;
}
.AnyTagClassName
{
color: #6FCEE1;
}
</style>
background-color css
<style>
a { background-color: #6FCEE1; }
a { background-color: rgb(111,206,225); }
div.DivClassName
{
background-color: #6FCEE1;
}
.BgClassName
{
background-color: #6FCEE1;
}
</style>
border-color css
<style>
span { border-color: #6FCEE1; }
span { border-color: rgb(111,206,225); }
td.TdClassName
{
border-color: #6FCEE1;
}
.TagClassName
{
border-color: #6FCEE1;
}
</style>