Shades of Turquoise Blue #6FDDEF
Tints of Turquoise Blue #6FDDEF
RGB
CMYK
RGB Variations
Color information
#6FDDEF (or 0x6FDDEF) is known color: Turquoise Blue. HEX triplet: 6F, DD and EF. RGB value is (111,221,239). Sum of RGB (Red+Green+Blue) = 111+221+239=571 (75% of max value = 765). Red value is 111 (43.75% from 255 or 19.44% from 571); Green value is 221 (86.72% from 255 or 38.70% from 571); Blue value is 239 (93.75% from 255 or 41.86% from 571); Max value from RGB is 239 - color contains mainly: blue. Hex color #6FDDEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FDDEF is #902210. Grayscale: #BDBDBD. Windows color (decimal): -9445905 or 15719791. OLE color: 15719791.
HSL color Cylindrical-coordinate representation of color #6FDDEF: hue angle of 188.44º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6FDDEF is Cyan = 0.54, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 111 | 221 | 239 | - |
| CMYK | 0.54 | 0.08 | 0 | 0.06 |
| HSL | 188.44º | 0.8% | 0.69% | - |
| HSV(B) | 188.44º | 0.54% | 0.94% | - |
| XYZ | 47.99 | 61.32 | 90.97 | - |
| YUV | 190.16 | 155.56 | 71.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 221 | 239 | 0.54 | 0.08 | 0 | 0.06 | 188.44 | 0.8 | 0.69 |
| Hex | 6F | DD | EF | 36 | 8 | 0 | 6 | BC | 50 | 45 |
| Octal | 157 | 335 | 357 | 66 | 10 | 0 | 6 | 274 | 120 | 105 |
| Binary | 1101111 | 11011101 | 11101111 | 110110 | 1000 | 0 | 110 | 10111100 | 1010000 | 1000101 |
Color Harmonies of #6FDDEF
Complementary color
Monochromatic Colors of #6FDDEF
Black with #6FDDEF
Text Example
Text Example
White with #6FDDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FDDEF; }
p { color: rgb(111,221,239); }
H1.HeaderClassName
{
color: #6FDDEF;
}
.AnyTagClassName
{
color: #6FDDEF;
}
</style>
background-color css
<style>
a { background-color: #6FDDEF; }
a { background-color: rgb(111,221,239); }
div.DivClassName
{
background-color: #6FDDEF;
}
.BgClassName
{
background-color: #6FDDEF;
}
</style>
border-color css
<style>
span { border-color: #6FDDEF; }
span { border-color: rgb(111,221,239); }
td.TdClassName
{
border-color: #6FDDEF;
}
.TagClassName
{
border-color: #6FDDEF;
}
</style>