Shades of Turquoise Blue #6FCDEE
Tints of Turquoise Blue #6FCDEE
RGB
CMYK
RGB Variations
Color information
#6FCDEE (or 0x6FCDEE) is known color: Turquoise Blue. HEX triplet: 6F, CD and EE. RGB value is (111,205,238). Sum of RGB (Red+Green+Blue) = 111+205+238=554 (73% of max value = 765). Red value is 111 (43.75% from 255 or 20.04% from 554); Green value is 205 (80.47% from 255 or 37.00% from 554); Blue value is 238 (93.36% from 255 or 42.96% from 554); Max value from RGB is 238 - color contains mainly: blue. Hex color #6FCDEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FCDEE is #903211. Grayscale: #B4B4B4. Windows color (decimal): -9450002 or 15650159. OLE color: 15650159.
HSL color Cylindrical-coordinate representation of color #6FCDEE: hue angle of 195.59º 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 #6FCDEE is Cyan = 0.53, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 111 | 205 | 238 | - |
| CMYK | 0.53 | 0.14 | 0 | 0.07 |
| HSL | 195.59º | 0.79% | 0.68% | - |
| HSV(B) | 195.59º | 0.53% | 0.93% | - |
| XYZ | 43.82 | 53.22 | 88.85 | - |
| YUV | 180.66 | 160.36 | 78.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 205 | 238 | 0.53 | 0.14 | 0 | 0.07 | 195.59 | 0.79 | 0.68 |
| Hex | 6F | CD | EE | 35 | E | 0 | 7 | C4 | 4F | 44 |
| Octal | 157 | 315 | 356 | 65 | 16 | 0 | 7 | 304 | 117 | 104 |
| Binary | 1101111 | 11001101 | 11101110 | 110101 | 1110 | 0 | 111 | 11000100 | 1001111 | 1000100 |
Color Harmonies of #6FCDEE
Complementary color
Monochromatic Colors of #6FCDEE
Black with #6FCDEE
Text Example
Text Example
White with #6FCDEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCDEE; }
p { color: rgb(111,205,238); }
H1.HeaderClassName
{
color: #6FCDEE;
}
.AnyTagClassName
{
color: #6FCDEE;
}
</style>
background-color css
<style>
a { background-color: #6FCDEE; }
a { background-color: rgb(111,205,238); }
div.DivClassName
{
background-color: #6FCDEE;
}
.BgClassName
{
background-color: #6FCDEE;
}
</style>
border-color css
<style>
span { border-color: #6FCDEE; }
span { border-color: rgb(111,205,238); }
td.TdClassName
{
border-color: #6FCDEE;
}
.TagClassName
{
border-color: #6FCDEE;
}
</style>