Shades of Turquoise Blue #6CDEEB
Tints of Turquoise Blue #6CDEEB
RGB
CMYK
RGB Variations
Color information
#6CDEEB (or 0x6CDEEB) is known color: Turquoise Blue. HEX triplet: 6C, DE and EB. RGB value is (108,222,235). Sum of RGB (Red+Green+Blue) = 108+222+235=565 (74% of max value = 765). Red value is 108 (42.58% from 255 or 19.12% from 565); Green value is 222 (87.11% from 255 or 39.29% from 565); Blue value is 235 (92.19% from 255 or 41.59% from 565); Max value from RGB is 235 - color contains mainly: blue. Hex color #6CDEEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6CDEEB is #932114. Grayscale: #BDBDBD. Windows color (decimal): -9642261 or 15457900. OLE color: 15457900.
HSL color Cylindrical-coordinate representation of color #6CDEEB: hue angle of 186.14º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6CDEEB is Cyan = 0.54, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 108 | 222 | 235 | - |
| CMYK | 0.54 | 0.06 | 0 | 0.08 |
| HSL | 186.14º | 0.76% | 0.67% | - |
| HSV(B) | 186.14º | 0.54% | 0.92% | - |
| XYZ | 47.3 | 61.43 | 87.96 | - |
| YUV | 189.4 | 153.73 | 69.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 222 | 235 | 0.54 | 0.06 | 0 | 0.08 | 186.14 | 0.76 | 0.67 |
| Hex | 6C | DE | EB | 36 | 6 | 0 | 8 | BA | 4C | 43 |
| Octal | 154 | 336 | 353 | 66 | 6 | 0 | 10 | 272 | 114 | 103 |
| Binary | 1101100 | 11011110 | 11101011 | 110110 | 110 | 0 | 1000 | 10111010 | 1001100 | 1000011 |
Color Harmonies of #6CDEEB
Complementary color
Monochromatic Colors of #6CDEEB
Black with #6CDEEB
Text Example
Text Example
White with #6CDEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CDEEB; }
p { color: rgb(108,222,235); }
H1.HeaderClassName
{
color: #6CDEEB;
}
.AnyTagClassName
{
color: #6CDEEB;
}
</style>
background-color css
<style>
a { background-color: #6CDEEB; }
a { background-color: rgb(108,222,235); }
div.DivClassName
{
background-color: #6CDEEB;
}
.BgClassName
{
background-color: #6CDEEB;
}
</style>
border-color css
<style>
span { border-color: #6CDEEB; }
span { border-color: rgb(108,222,235); }
td.TdClassName
{
border-color: #6CDEEB;
}
.TagClassName
{
border-color: #6CDEEB;
}
</style>