Shades of Turquoise Blue #6FCEE2
Tints of Turquoise Blue #6FCEE2
RGB
CMYK
RGB Variations
Color information
#6FCEE2 (or 0x6FCEE2) is known color: Turquoise Blue. HEX triplet: 6F, CE and E2. RGB value is (111,206,226). Sum of RGB (Red+Green+Blue) = 111+206+226=543 (71% of max value = 765). Red value is 111 (43.75% from 255 or 20.44% from 543); Green value is 206 (80.86% from 255 or 37.94% from 543); Blue value is 226 (88.67% from 255 or 41.62% from 543); Max value from RGB is 226 - color contains mainly: blue. Hex color #6FCEE2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FCEE2 is #90311D. Grayscale: #B3B3B3. Windows color (decimal): -9449758 or 14863983. OLE color: 14863983.
HSL color Cylindrical-coordinate representation of color #6FCEE2: hue angle of 190.43º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6FCEE2 is Cyan = 0.51, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 111 | 206 | 226 | - |
| CMYK | 0.51 | 0.09 | 0 | 0.11 |
| HSL | 190.43º | 0.66% | 0.66% | - |
| HSV(B) | 190.43º | 0.51% | 0.89% | - |
| XYZ | 42.35 | 53.01 | 79.95 | - |
| YUV | 179.88 | 154.03 | 78.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 206 | 226 | 0.51 | 0.09 | 0 | 0.11 | 190.43 | 0.66 | 0.66 |
| Hex | 6F | CE | E2 | 33 | 9 | 0 | B | BE | 42 | 42 |
| Octal | 157 | 316 | 342 | 63 | 11 | 0 | 13 | 276 | 102 | 102 |
| Binary | 1101111 | 11001110 | 11100010 | 110011 | 1001 | 0 | 1011 | 10111110 | 1000010 | 1000010 |
Color Harmonies of #6FCEE2
Complementary color
Monochromatic Colors of #6FCEE2
Black with #6FCEE2
Text Example
Text Example
White with #6FCEE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCEE2; }
p { color: rgb(111,206,226); }
H1.HeaderClassName
{
color: #6FCEE2;
}
.AnyTagClassName
{
color: #6FCEE2;
}
</style>
background-color css
<style>
a { background-color: #6FCEE2; }
a { background-color: rgb(111,206,226); }
div.DivClassName
{
background-color: #6FCEE2;
}
.BgClassName
{
background-color: #6FCEE2;
}
</style>
border-color css
<style>
span { border-color: #6FCEE2; }
span { border-color: rgb(111,206,226); }
td.TdClassName
{
border-color: #6FCEE2;
}
.TagClassName
{
border-color: #6FCEE2;
}
</style>