Shades of Turquoise Blue #6FE6EE
Tints of Turquoise Blue #6FE6EE
RGB
CMYK
RGB Variations
Color information
#6FE6EE (or 0x6FE6EE) is known color: Turquoise Blue. HEX triplet: 6F, E6 and EE. RGB value is (111,230,238). Sum of RGB (Red+Green+Blue) = 111+230+238=579 (76% of max value = 765). Red value is 111 (43.75% from 255 or 19.17% from 579); Green value is 230 (90.23% from 255 or 39.72% from 579); Blue value is 238 (93.36% from 255 or 41.11% from 579); Max value from RGB is 238 - color contains mainly: blue. Hex color #6FE6EE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6FE6EE is #901911. Grayscale: #C3C3C3. Windows color (decimal): -9443602 or 15656559. OLE color: 15656559.
HSL color Cylindrical-coordinate representation of color #6FE6EE: hue angle of 183.78º degrees, saturation: 0.79, 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 #6FE6EE is Cyan = 0.53, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 111 | 230 | 238 | - |
| CMYK | 0.53 | 0.03 | 0 | 0.07 |
| HSL | 183.78º | 0.79% | 0.68% | - |
| HSV(B) | 183.78º | 0.53% | 0.93% | - |
| XYZ | 50.28 | 66.15 | 91.01 | - |
| YUV | 195.33 | 152.08 | 67.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 230 | 238 | 0.53 | 0.03 | 0 | 0.07 | 183.78 | 0.79 | 0.68 |
| Hex | 6F | E6 | EE | 35 | 3 | 0 | 7 | B8 | 4F | 44 |
| Octal | 157 | 346 | 356 | 65 | 3 | 0 | 7 | 270 | 117 | 104 |
| Binary | 1101111 | 11100110 | 11101110 | 110101 | 11 | 0 | 111 | 10111000 | 1001111 | 1000100 |
Color Harmonies of #6FE6EE
Complementary color
Monochromatic Colors of #6FE6EE
Black with #6FE6EE
Text Example
Text Example
White with #6FE6EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FE6EE; }
p { color: rgb(111,230,238); }
H1.HeaderClassName
{
color: #6FE6EE;
}
.AnyTagClassName
{
color: #6FE6EE;
}
</style>
background-color css
<style>
a { background-color: #6FE6EE; }
a { background-color: rgb(111,230,238); }
div.DivClassName
{
background-color: #6FE6EE;
}
.BgClassName
{
background-color: #6FE6EE;
}
</style>
border-color css
<style>
span { border-color: #6FE6EE; }
span { border-color: rgb(111,230,238); }
td.TdClassName
{
border-color: #6FE6EE;
}
.TagClassName
{
border-color: #6FE6EE;
}
</style>