Shades of Turquoise Blue #6FCBE8
Tints of Turquoise Blue #6FCBE8
RGB
CMYK
RGB Variations
Color information
#6FCBE8 (or 0x6FCBE8) is known color: Turquoise Blue. HEX triplet: 6F, CB and E8. RGB value is (111,203,232). Sum of RGB (Red+Green+Blue) = 111+203+232=546 (72% of max value = 765). Red value is 111 (43.75% from 255 or 20.33% from 546); Green value is 203 (79.69% from 255 or 37.18% from 546); Blue value is 232 (91.02% from 255 or 42.49% from 546); Max value from RGB is 232 - color contains mainly: blue. Hex color #6FCBE8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FCBE8 is #903417. Grayscale: #B2B2B2. Windows color (decimal): -9450520 or 15256431. OLE color: 15256431.
HSL color Cylindrical-coordinate representation of color #6FCBE8: hue angle of 194.38º 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 #6FCBE8 is Cyan = 0.52, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 111 | 203 | 232 | - |
| CMYK | 0.52 | 0.12 | 0 | 0.09 |
| HSL | 194.38º | 0.72% | 0.67% | - |
| HSV(B) | 194.38º | 0.52% | 0.91% | - |
| XYZ | 42.48 | 51.92 | 84.13 | - |
| YUV | 178.8 | 158.02 | 79.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 203 | 232 | 0.52 | 0.12 | 0 | 0.09 | 194.38 | 0.72 | 0.67 |
| Hex | 6F | CB | E8 | 34 | C | 0 | 9 | C2 | 48 | 43 |
| Octal | 157 | 313 | 350 | 64 | 14 | 0 | 11 | 302 | 110 | 103 |
| Binary | 1101111 | 11001011 | 11101000 | 110100 | 1100 | 0 | 1001 | 11000010 | 1001000 | 1000011 |
Color Harmonies of #6FCBE8
Complementary color
Monochromatic Colors of #6FCBE8
Black with #6FCBE8
Text Example
Text Example
White with #6FCBE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCBE8; }
p { color: rgb(111,203,232); }
H1.HeaderClassName
{
color: #6FCBE8;
}
.AnyTagClassName
{
color: #6FCBE8;
}
</style>
background-color css
<style>
a { background-color: #6FCBE8; }
a { background-color: rgb(111,203,232); }
div.DivClassName
{
background-color: #6FCBE8;
}
.BgClassName
{
background-color: #6FCBE8;
}
</style>
border-color css
<style>
span { border-color: #6FCBE8; }
span { border-color: rgb(111,203,232); }
td.TdClassName
{
border-color: #6FCBE8;
}
.TagClassName
{
border-color: #6FCBE8;
}
</style>