Shades of Turquoise Blue #67CCEC
Tints of Turquoise Blue #67CCEC
RGB
CMYK
RGB Variations
Color information
#67CCEC (or 0x67CCEC) is known color: Turquoise Blue. HEX triplet: 67, CC and EC. RGB value is (103,204,236). Sum of RGB (Red+Green+Blue) = 103+204+236=543 (71% of max value = 765). Red value is 103 (40.62% from 255 or 18.97% from 543); Green value is 204 (80.08% from 255 or 37.57% from 543); Blue value is 236 (92.58% from 255 or 43.46% from 543); Max value from RGB is 236 - color contains mainly: blue. Hex color #67CCEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #67CCEC is #983313. Grayscale: #B1B1B1. Windows color (decimal): -9974548 or 15518823. OLE color: 15518823.
HSL color Cylindrical-coordinate representation of color #67CCEC: hue angle of 194.44º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #67CCEC is Cyan = 0.56, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 103 | 204 | 236 | - |
| CMYK | 0.56 | 0.14 | 0 | 0.07 |
| HSL | 194.44º | 0.78% | 0.66% | - |
| HSV(B) | 194.44º | 0.56% | 0.93% | - |
| XYZ | 42.33 | 52.13 | 87.19 | - |
| YUV | 177.45 | 161.04 | 74.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 204 | 236 | 0.56 | 0.14 | 0 | 0.07 | 194.44 | 0.78 | 0.66 |
| Hex | 67 | CC | EC | 38 | E | 0 | 7 | C2 | 4E | 42 |
| Octal | 147 | 314 | 354 | 70 | 16 | 0 | 7 | 302 | 116 | 102 |
| Binary | 1100111 | 11001100 | 11101100 | 111000 | 1110 | 0 | 111 | 11000010 | 1001110 | 1000010 |
Color Harmonies of #67CCEC
Complementary color
Monochromatic Colors of #67CCEC
Black with #67CCEC
Text Example
Text Example
White with #67CCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67CCEC; }
p { color: rgb(103,204,236); }
H1.HeaderClassName
{
color: #67CCEC;
}
.AnyTagClassName
{
color: #67CCEC;
}
</style>
background-color css
<style>
a { background-color: #67CCEC; }
a { background-color: rgb(103,204,236); }
div.DivClassName
{
background-color: #67CCEC;
}
.BgClassName
{
background-color: #67CCEC;
}
</style>
border-color css
<style>
span { border-color: #67CCEC; }
span { border-color: rgb(103,204,236); }
td.TdClassName
{
border-color: #67CCEC;
}
.TagClassName
{
border-color: #67CCEC;
}
</style>