Shades of Turquoise Blue #6FCCED
Tints of Turquoise Blue #6FCCED
RGB
CMYK
RGB Variations
Color information
#6FCCED (or 0x6FCCED) is known color: Turquoise Blue. HEX triplet: 6F, CC and ED. RGB value is (111,204,237). Sum of RGB (Red+Green+Blue) = 111+204+237=552 (73% of max value = 765). Red value is 111 (43.75% from 255 or 20.11% from 552); Green value is 204 (80.08% from 255 or 36.96% from 552); Blue value is 237 (92.97% from 255 or 42.93% from 552); Max value from RGB is 237 - color contains mainly: blue. Hex color #6FCCED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FCCED is #903312. Grayscale: #B3B3B3. Windows color (decimal): -9450259 or 15584367. OLE color: 15584367.
HSL color Cylindrical-coordinate representation of color #6FCCED: hue angle of 195.71º degrees, saturation: 0.78, 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 #6FCCED is Cyan = 0.53, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 111 | 204 | 237 | - |
| CMYK | 0.53 | 0.14 | 0 | 0.07 |
| HSL | 195.71º | 0.78% | 0.68% | - |
| HSV(B) | 195.71º | 0.53% | 0.93% | - |
| XYZ | 43.43 | 52.68 | 88 | - |
| YUV | 179.96 | 160.19 | 78.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 204 | 237 | 0.53 | 0.14 | 0 | 0.07 | 195.71 | 0.78 | 0.68 |
| Hex | 6F | CC | ED | 35 | E | 0 | 7 | C4 | 4E | 44 |
| Octal | 157 | 314 | 355 | 65 | 16 | 0 | 7 | 304 | 116 | 104 |
| Binary | 1101111 | 11001100 | 11101101 | 110101 | 1110 | 0 | 111 | 11000100 | 1001110 | 1000100 |
Color Harmonies of #6FCCED
Complementary color
Monochromatic Colors of #6FCCED
Black with #6FCCED
Text Example
Text Example
White with #6FCCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCCED; }
p { color: rgb(111,204,237); }
H1.HeaderClassName
{
color: #6FCCED;
}
.AnyTagClassName
{
color: #6FCCED;
}
</style>
background-color css
<style>
a { background-color: #6FCCED; }
a { background-color: rgb(111,204,237); }
div.DivClassName
{
background-color: #6FCCED;
}
.BgClassName
{
background-color: #6FCCED;
}
</style>
border-color css
<style>
span { border-color: #6FCCED; }
span { border-color: rgb(111,204,237); }
td.TdClassName
{
border-color: #6FCCED;
}
.TagClassName
{
border-color: #6FCCED;
}
</style>