Shades of Turquoise Blue #6CCFEA
Tints of Turquoise Blue #6CCFEA
RGB
CMYK
RGB Variations
Color information
#6CCFEA (or 0x6CCFEA) is known color: Turquoise Blue. HEX triplet: 6C, CF and EA. RGB value is (108,207,234). Sum of RGB (Red+Green+Blue) = 108+207+234=549 (72% of max value = 765). Red value is 108 (42.58% from 255 or 19.67% from 549); Green value is 207 (81.25% from 255 or 37.70% from 549); Blue value is 234 (91.80% from 255 or 42.62% from 549); Max value from RGB is 234 - color contains mainly: blue. Hex color #6CCFEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6CCFEA is #933015. Grayscale: #B4B4B4. Windows color (decimal): -9646102 or 15388524. OLE color: 15388524.
HSL color Cylindrical-coordinate representation of color #6CCFEA: hue angle of 192.86º degrees, saturation: 0.75, 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 #6CCFEA is Cyan = 0.54, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 108 | 207 | 234 | - |
| CMYK | 0.54 | 0.12 | 0 | 0.08 |
| HSL | 192.86º | 0.75% | 0.67% | - |
| HSV(B) | 192.86º | 0.54% | 0.92% | - |
| XYZ | 43.35 | 53.75 | 85.93 | - |
| YUV | 180.48 | 158.2 | 76.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 207 | 234 | 0.54 | 0.12 | 0 | 0.08 | 192.86 | 0.75 | 0.67 |
| Hex | 6C | CF | EA | 36 | C | 0 | 8 | C1 | 4B | 43 |
| Octal | 154 | 317 | 352 | 66 | 14 | 0 | 10 | 301 | 113 | 103 |
| Binary | 1101100 | 11001111 | 11101010 | 110110 | 1100 | 0 | 1000 | 11000001 | 1001011 | 1000011 |
Color Harmonies of #6CCFEA
Complementary color
Monochromatic Colors of #6CCFEA
Black with #6CCFEA
Text Example
Text Example
White with #6CCFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CCFEA; }
p { color: rgb(108,207,234); }
H1.HeaderClassName
{
color: #6CCFEA;
}
.AnyTagClassName
{
color: #6CCFEA;
}
</style>
background-color css
<style>
a { background-color: #6CCFEA; }
a { background-color: rgb(108,207,234); }
div.DivClassName
{
background-color: #6CCFEA;
}
.BgClassName
{
background-color: #6CCFEA;
}
</style>
border-color css
<style>
span { border-color: #6CCFEA; }
span { border-color: rgb(108,207,234); }
td.TdClassName
{
border-color: #6CCFEA;
}
.TagClassName
{
border-color: #6CCFEA;
}
</style>