Shades of Turquoise Blue #67CEDC
Tints of Turquoise Blue #67CEDC
RGB
CMYK
RGB Variations
Color information
#67CEDC (or 0x67CEDC) is known color: Turquoise Blue. HEX triplet: 67, CE and DC. RGB value is (103,206,220). Sum of RGB (Red+Green+Blue) = 103+206+220=529 (70% of max value = 765). Red value is 103 (40.62% from 255 or 19.47% from 529); Green value is 206 (80.86% from 255 or 38.94% from 529); Blue value is 220 (86.33% from 255 or 41.59% from 529); Max value from RGB is 220 - color contains mainly: blue. Hex color #67CEDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67CEDC is #983123. Grayscale: #B0B0B0. Windows color (decimal): -9974052 or 14470759. OLE color: 14470759.
HSL color Cylindrical-coordinate representation of color #67CEDC: hue angle of 187.18º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #67CEDC is Cyan = 0.53, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 103 | 206 | 220 | - |
| CMYK | 0.53 | 0.06 | 0 | 0.14 |
| HSL | 187.18º | 0.63% | 0.63% | - |
| HSV(B) | 187.18º | 0.53% | 0.86% | - |
| XYZ | 40.58 | 52.19 | 75.65 | - |
| YUV | 176.8 | 152.38 | 75.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 206 | 220 | 0.53 | 0.06 | 0 | 0.14 | 187.18 | 0.63 | 0.63 |
| Hex | 67 | CE | DC | 35 | 6 | 0 | E | BB | 3F | 3F |
| Octal | 147 | 316 | 334 | 65 | 6 | 0 | 16 | 273 | 77 | 77 |
| Binary | 1100111 | 11001110 | 11011100 | 110101 | 110 | 0 | 1110 | 10111011 | 111111 | 111111 |
Color Harmonies of #67CEDC
Complementary color
Monochromatic Colors of #67CEDC
Black with #67CEDC
Text Example
Text Example
White with #67CEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67CEDC; }
p { color: rgb(103,206,220); }
H1.HeaderClassName
{
color: #67CEDC;
}
.AnyTagClassName
{
color: #67CEDC;
}
</style>
background-color css
<style>
a { background-color: #67CEDC; }
a { background-color: rgb(103,206,220); }
div.DivClassName
{
background-color: #67CEDC;
}
.BgClassName
{
background-color: #67CEDC;
}
</style>
border-color css
<style>
span { border-color: #67CEDC; }
span { border-color: rgb(103,206,220); }
td.TdClassName
{
border-color: #67CEDC;
}
.TagClassName
{
border-color: #67CEDC;
}
</style>