Shades of Turquoise Blue #6FDCE8
Tints of Turquoise Blue #6FDCE8
RGB
CMYK
RGB Variations
Color information
#6FDCE8 (or 0x6FDCE8) is known color: Turquoise Blue. HEX triplet: 6F, DC and E8. RGB value is (111,220,232). Sum of RGB (Red+Green+Blue) = 111+220+232=563 (74% of max value = 765). Red value is 111 (43.75% from 255 or 19.72% from 563); Green value is 220 (86.33% from 255 or 39.08% from 563); Blue value is 232 (91.02% from 255 or 41.21% from 563); Max value from RGB is 232 - color contains mainly: blue. Hex color #6FDCE8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FDCE8 is #902317. Grayscale: #BCBCBC. Windows color (decimal): -9446168 or 15260783. OLE color: 15260783.
HSL color Cylindrical-coordinate representation of color #6FDCE8: hue angle of 185.95º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6FDCE8 is Cyan = 0.52, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 111 | 220 | 232 | - |
| CMYK | 0.52 | 0.05 | 0 | 0.09 |
| HSL | 185.95º | 0.72% | 0.67% | - |
| HSV(B) | 185.95º | 0.52% | 0.91% | - |
| XYZ | 46.71 | 60.39 | 85.54 | - |
| YUV | 188.78 | 152.39 | 72.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 220 | 232 | 0.52 | 0.05 | 0 | 0.09 | 185.95 | 0.72 | 0.67 |
| Hex | 6F | DC | E8 | 34 | 5 | 0 | 9 | BA | 48 | 43 |
| Octal | 157 | 334 | 350 | 64 | 5 | 0 | 11 | 272 | 110 | 103 |
| Binary | 1101111 | 11011100 | 11101000 | 110100 | 101 | 0 | 1001 | 10111010 | 1001000 | 1000011 |
Color Harmonies of #6FDCE8
Complementary color
Monochromatic Colors of #6FDCE8
Black with #6FDCE8
Text Example
Text Example
White with #6FDCE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FDCE8; }
p { color: rgb(111,220,232); }
H1.HeaderClassName
{
color: #6FDCE8;
}
.AnyTagClassName
{
color: #6FDCE8;
}
</style>
background-color css
<style>
a { background-color: #6FDCE8; }
a { background-color: rgb(111,220,232); }
div.DivClassName
{
background-color: #6FDCE8;
}
.BgClassName
{
background-color: #6FDCE8;
}
</style>
border-color css
<style>
span { border-color: #6FDCE8; }
span { border-color: rgb(111,220,232); }
td.TdClassName
{
border-color: #6FDCE8;
}
.TagClassName
{
border-color: #6FDCE8;
}
</style>