Shades of Turquoise Blue #67DCDC
Tints of Turquoise Blue #67DCDC
RGB
CMYK
RGB Variations
Color information
#67DCDC (or 0x67DCDC) is known color: Turquoise Blue. HEX triplet: 67, DC and DC. RGB value is (103,220,220). Sum of RGB (Red+Green+Blue) = 103+220+220=543 (71% of max value = 765). Red value is 103 (40.62% from 255 or 18.97% from 543); Green value is 220 (86.33% from 255 or 40.52% from 543); Blue value is 220 (86.33% from 255 or 40.52% from 543); Max value from RGB is 220 - color contains mainly: green, blue. Hex color #67DCDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67DCDC is #982323. Grayscale: #B8B8B8. Windows color (decimal): -9970468 or 14474343. OLE color: 14474343.
HSL color Cylindrical-coordinate representation of color #67DCDC: hue angle of 180º 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 #67DCDC is Cyan = 0.53, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 103 | 220 | 220 | - |
| CMYK | 0.53 | 0 | 0 | 0.14 |
| HSL | 180º | 0.63% | 0.63% | - |
| HSV(B) | 180º | 0.53% | 0.86% | - |
| XYZ | 44.1 | 59.24 | 76.82 | - |
| YUV | 185.02 | 147.74 | 69.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 220 | 220 | 0.53 | 0 | 0 | 0.14 | 180 | 0.63 | 0.63 |
| Hex | 67 | DC | DC | 35 | 0 | 0 | E | B4 | 3F | 3F |
| Octal | 147 | 334 | 334 | 65 | 0 | 0 | 16 | 264 | 77 | 77 |
| Binary | 1100111 | 11011100 | 11011100 | 110101 | 0 | 0 | 1110 | 10110100 | 111111 | 111111 |
Color Harmonies of #67DCDC
Complementary color
Monochromatic Colors of #67DCDC
Black with #67DCDC
Text Example
Text Example
White with #67DCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67DCDC; }
p { color: rgb(103,220,220); }
H1.HeaderClassName
{
color: #67DCDC;
}
.AnyTagClassName
{
color: #67DCDC;
}
</style>
background-color css
<style>
a { background-color: #67DCDC; }
a { background-color: rgb(103,220,220); }
div.DivClassName
{
background-color: #67DCDC;
}
.BgClassName
{
background-color: #67DCDC;
}
</style>
border-color css
<style>
span { border-color: #67DCDC; }
span { border-color: rgb(103,220,220); }
td.TdClassName
{
border-color: #67DCDC;
}
.TagClassName
{
border-color: #67DCDC;
}
</style>