Shades of Turquoise Blue #6FDEEA
Tints of Turquoise Blue #6FDEEA
RGB
CMYK
RGB Variations
Color information
#6FDEEA (or 0x6FDEEA) is known color: Turquoise Blue. HEX triplet: 6F, DE and EA. RGB value is (111,222,234). Sum of RGB (Red+Green+Blue) = 111+222+234=567 (75% of max value = 765). Red value is 111 (43.75% from 255 or 19.58% from 567); Green value is 222 (87.11% from 255 or 39.15% from 567); Blue value is 234 (91.80% from 255 or 41.27% from 567); Max value from RGB is 234 - color contains mainly: blue. Hex color #6FDEEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FDEEA is #902115. Grayscale: #BEBEBE. Windows color (decimal): -9445654 or 15392367. OLE color: 15392367.
HSL color Cylindrical-coordinate representation of color #6FDEEA: hue angle of 185.85º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6FDEEA is Cyan = 0.53, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 111 | 222 | 234 | - |
| CMYK | 0.53 | 0.05 | 0 | 0.08 |
| HSL | 185.85º | 0.75% | 0.68% | - |
| HSV(B) | 185.85º | 0.53% | 0.92% | - |
| XYZ | 47.53 | 61.56 | 87.22 | - |
| YUV | 190.18 | 152.73 | 71.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 222 | 234 | 0.53 | 0.05 | 0 | 0.08 | 185.85 | 0.75 | 0.68 |
| Hex | 6F | DE | EA | 35 | 5 | 0 | 8 | BA | 4B | 44 |
| Octal | 157 | 336 | 352 | 65 | 5 | 0 | 10 | 272 | 113 | 104 |
| Binary | 1101111 | 11011110 | 11101010 | 110101 | 101 | 0 | 1000 | 10111010 | 1001011 | 1000100 |
Color Harmonies of #6FDEEA
Complementary color
Monochromatic Colors of #6FDEEA
Black with #6FDEEA
Text Example
Text Example
White with #6FDEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FDEEA; }
p { color: rgb(111,222,234); }
H1.HeaderClassName
{
color: #6FDEEA;
}
.AnyTagClassName
{
color: #6FDEEA;
}
</style>
background-color css
<style>
a { background-color: #6FDEEA; }
a { background-color: rgb(111,222,234); }
div.DivClassName
{
background-color: #6FDEEA;
}
.BgClassName
{
background-color: #6FDEEA;
}
</style>
border-color css
<style>
span { border-color: #6FDEEA; }
span { border-color: rgb(111,222,234); }
td.TdClassName
{
border-color: #6FDEEA;
}
.TagClassName
{
border-color: #6FDEEA;
}
</style>