Shades of Turquoise Blue #6CCAEA
Tints of Turquoise Blue #6CCAEA
RGB
CMYK
RGB Variations
Color information
#6CCAEA (or 0x6CCAEA) is known color: Turquoise Blue. HEX triplet: 6C, CA and EA. RGB value is (108,202,234). Sum of RGB (Red+Green+Blue) = 108+202+234=544 (72% of max value = 765). Red value is 108 (42.58% from 255 or 19.85% from 544); Green value is 202 (79.30% from 255 or 37.13% from 544); Blue value is 234 (91.80% from 255 or 43.01% from 544); Max value from RGB is 234 - color contains mainly: blue. Hex color #6CCAEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6CCAEA is #933515. Grayscale: #B1B1B1. Windows color (decimal): -9647382 or 15387244. OLE color: 15387244.
HSL color Cylindrical-coordinate representation of color #6CCAEA: hue angle of 195.24º 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 #6CCAEA is Cyan = 0.54, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 108 | 202 | 234 | - |
| CMYK | 0.54 | 0.14 | 0 | 0.08 |
| HSL | 195.24º | 0.75% | 0.67% | - |
| HSV(B) | 195.24º | 0.54% | 0.92% | - |
| XYZ | 42.16 | 51.37 | 85.54 | - |
| YUV | 177.54 | 159.86 | 78.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 202 | 234 | 0.54 | 0.14 | 0 | 0.08 | 195.24 | 0.75 | 0.67 |
| Hex | 6C | CA | EA | 36 | E | 0 | 8 | C3 | 4B | 43 |
| Octal | 154 | 312 | 352 | 66 | 16 | 0 | 10 | 303 | 113 | 103 |
| Binary | 1101100 | 11001010 | 11101010 | 110110 | 1110 | 0 | 1000 | 11000011 | 1001011 | 1000011 |
Color Harmonies of #6CCAEA
Complementary color
Monochromatic Colors of #6CCAEA
Black with #6CCAEA
Text Example
Text Example
White with #6CCAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CCAEA; }
p { color: rgb(108,202,234); }
H1.HeaderClassName
{
color: #6CCAEA;
}
.AnyTagClassName
{
color: #6CCAEA;
}
</style>
background-color css
<style>
a { background-color: #6CCAEA; }
a { background-color: rgb(108,202,234); }
div.DivClassName
{
background-color: #6CCAEA;
}
.BgClassName
{
background-color: #6CCAEA;
}
</style>
border-color css
<style>
span { border-color: #6CCAEA; }
span { border-color: rgb(108,202,234); }
td.TdClassName
{
border-color: #6CCAEA;
}
.TagClassName
{
border-color: #6CCAEA;
}
</style>