Shades of Turquoise Blue #6CD1E8
Tints of Turquoise Blue #6CD1E8
RGB
CMYK
RGB Variations
Color information
#6CD1E8 (or 0x6CD1E8) is known color: Turquoise Blue. HEX triplet: 6C, D1 and E8. RGB value is (108,209,232). Sum of RGB (Red+Green+Blue) = 108+209+232=549 (72% of max value = 765). Red value is 108 (42.58% from 255 or 19.67% from 549); Green value is 209 (82.03% from 255 or 38.07% from 549); Blue value is 232 (91.02% from 255 or 42.26% from 549); Max value from RGB is 232 - color contains mainly: blue. Hex color #6CD1E8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6CD1E8 is #932E17. Grayscale: #B5B5B5. Windows color (decimal): -9645592 or 15257964. OLE color: 15257964.
HSL color Cylindrical-coordinate representation of color #6CD1E8: hue angle of 191.13º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6CD1E8 is Cyan = 0.53, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 108 | 209 | 232 | - |
| CMYK | 0.53 | 0.10 | 0 | 0.09 |
| HSL | 191.13º | 0.73% | 0.67% | - |
| HSV(B) | 191.13º | 0.53% | 0.91% | - |
| XYZ | 43.55 | 54.62 | 84.59 | - |
| YUV | 181.42 | 156.54 | 75.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 209 | 232 | 0.53 | 0.10 | 0 | 0.09 | 191.13 | 0.73 | 0.67 |
| Hex | 6C | D1 | E8 | 35 | A | 0 | 9 | BF | 49 | 43 |
| Octal | 154 | 321 | 350 | 65 | 12 | 0 | 11 | 277 | 111 | 103 |
| Binary | 1101100 | 11010001 | 11101000 | 110101 | 1010 | 0 | 1001 | 10111111 | 1001001 | 1000011 |
Color Harmonies of #6CD1E8
Complementary color
Monochromatic Colors of #6CD1E8
Black with #6CD1E8
Text Example
Text Example
White with #6CD1E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CD1E8; }
p { color: rgb(108,209,232); }
H1.HeaderClassName
{
color: #6CD1E8;
}
.AnyTagClassName
{
color: #6CD1E8;
}
</style>
background-color css
<style>
a { background-color: #6CD1E8; }
a { background-color: rgb(108,209,232); }
div.DivClassName
{
background-color: #6CD1E8;
}
.BgClassName
{
background-color: #6CD1E8;
}
</style>
border-color css
<style>
span { border-color: #6CD1E8; }
span { border-color: rgb(108,209,232); }
td.TdClassName
{
border-color: #6CD1E8;
}
.TagClassName
{
border-color: #6CD1E8;
}
</style>