Shades of Turquoise Blue #67DCEC
Tints of Turquoise Blue #67DCEC
RGB
CMYK
RGB Variations
Color information
#67DCEC (or 0x67DCEC) is known color: Turquoise Blue. HEX triplet: 67, DC and EC. RGB value is (103,220,236). Sum of RGB (Red+Green+Blue) = 103+220+236=559 (74% of max value = 765). Red value is 103 (40.62% from 255 or 18.43% from 559); Green value is 220 (86.33% from 255 or 39.36% from 559); Blue value is 236 (92.58% from 255 or 42.22% from 559); Max value from RGB is 236 - color contains mainly: blue. Hex color #67DCEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #67DCEC is #982313. Grayscale: #BABABA. Windows color (decimal): -9970452 or 15522919. OLE color: 15522919.
HSL color Cylindrical-coordinate representation of color #67DCEC: hue angle of 187.22º 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 #67DCEC is Cyan = 0.56, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 103 | 220 | 236 | - |
| CMYK | 0.56 | 0.07 | 0 | 0.07 |
| HSL | 187.22º | 0.78% | 0.66% | - |
| HSV(B) | 187.22º | 0.56% | 0.93% | - |
| XYZ | 46.33 | 60.13 | 88.52 | - |
| YUV | 186.84 | 155.74 | 68.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 220 | 236 | 0.56 | 0.07 | 0 | 0.07 | 187.22 | 0.78 | 0.66 |
| Hex | 67 | DC | EC | 38 | 7 | 0 | 7 | BB | 4E | 42 |
| Octal | 147 | 334 | 354 | 70 | 7 | 0 | 7 | 273 | 116 | 102 |
| Binary | 1100111 | 11011100 | 11101100 | 111000 | 111 | 0 | 111 | 10111011 | 1001110 | 1000010 |
Color Harmonies of #67DCEC
Complementary color
Monochromatic Colors of #67DCEC
Black with #67DCEC
Text Example
Text Example
White with #67DCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67DCEC; }
p { color: rgb(103,220,236); }
H1.HeaderClassName
{
color: #67DCEC;
}
.AnyTagClassName
{
color: #67DCEC;
}
</style>
background-color css
<style>
a { background-color: #67DCEC; }
a { background-color: rgb(103,220,236); }
div.DivClassName
{
background-color: #67DCEC;
}
.BgClassName
{
background-color: #67DCEC;
}
</style>
border-color css
<style>
span { border-color: #67DCEC; }
span { border-color: rgb(103,220,236); }
td.TdClassName
{
border-color: #67DCEC;
}
.TagClassName
{
border-color: #67DCEC;
}
</style>