Shades of Turquoise Blue #6FCEF0
Tints of Turquoise Blue #6FCEF0
RGB
CMYK
RGB Variations
Color information
#6FCEF0 (or 0x6FCEF0) is known color: Turquoise Blue. HEX triplet: 6F, CE and F0. RGB value is (111,206,240). Sum of RGB (Red+Green+Blue) = 111+206+240=557 (73% of max value = 765). Red value is 111 (43.75% from 255 or 19.93% from 557); Green value is 206 (80.86% from 255 or 36.98% from 557); Blue value is 240 (94.14% from 255 or 43.09% from 557); Max value from RGB is 240 - color contains mainly: blue. Hex color #6FCEF0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FCEF0 is #90310F. Grayscale: #B5B5B5. Windows color (decimal): -9449744 or 15781487. OLE color: 15781487.
HSL color Cylindrical-coordinate representation of color #6FCEF0: hue angle of 195.81º degrees, saturation: 0.81, 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 #6FCEF0 is Cyan = 0.54, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 111 | 206 | 240 | - |
| CMYK | 0.54 | 0.14 | 0 | 0.06 |
| HSL | 195.81º | 0.81% | 0.69% | - |
| HSV(B) | 195.81º | 0.54% | 0.94% | - |
| XYZ | 44.36 | 53.81 | 90.49 | - |
| YUV | 181.47 | 161.03 | 77.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 206 | 240 | 0.54 | 0.14 | 0 | 0.06 | 195.81 | 0.81 | 0.69 |
| Hex | 6F | CE | F0 | 36 | E | 0 | 6 | C4 | 51 | 45 |
| Octal | 157 | 316 | 360 | 66 | 16 | 0 | 6 | 304 | 121 | 105 |
| Binary | 1101111 | 11001110 | 11110000 | 110110 | 1110 | 0 | 110 | 11000100 | 1010001 | 1000101 |
Color Harmonies of #6FCEF0
Complementary color
Monochromatic Colors of #6FCEF0
Black with #6FCEF0
Text Example
Text Example
White with #6FCEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCEF0; }
p { color: rgb(111,206,240); }
H1.HeaderClassName
{
color: #6FCEF0;
}
.AnyTagClassName
{
color: #6FCEF0;
}
</style>
background-color css
<style>
a { background-color: #6FCEF0; }
a { background-color: rgb(111,206,240); }
div.DivClassName
{
background-color: #6FCEF0;
}
.BgClassName
{
background-color: #6FCEF0;
}
</style>
border-color css
<style>
span { border-color: #6FCEF0; }
span { border-color: rgb(111,206,240); }
td.TdClassName
{
border-color: #6FCEF0;
}
.TagClassName
{
border-color: #6FCEF0;
}
</style>