Shades of Turquoise Blue #67DCDA
Tints of Turquoise Blue #67DCDA
RGB
CMYK
RGB Variations
Color information
#67DCDA (or 0x67DCDA) is known color: Turquoise Blue. HEX triplet: 67, DC and DA. RGB value is (103,220,218). Sum of RGB (Red+Green+Blue) = 103+220+218=541 (71% of max value = 765). Red value is 103 (40.62% from 255 or 19.04% from 541); Green value is 220 (86.33% from 255 or 40.67% from 541); Blue value is 218 (85.55% from 255 or 40.30% from 541); Max value from RGB is 220 - color contains mainly: green. Hex color #67DCDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67DCDA is #982325. Grayscale: #B8B8B8. Windows color (decimal): -9970470 or 14343271. OLE color: 14343271.
HSL color Cylindrical-coordinate representation of color #67DCDA: hue angle of 178.97º 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 #67DCDA is Cyan = 0.53, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 103 | 220 | 218 | - |
| CMYK | 0.53 | 0 | 0.01 | 0.14 |
| HSL | 178.97º | 0.63% | 0.63% | - |
| HSV(B) | 178.97º | 0.53% | 0.86% | - |
| XYZ | 43.84 | 59.13 | 75.43 | - |
| YUV | 184.79 | 146.74 | 69.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 220 | 218 | 0.53 | 0 | 0.01 | 0.14 | 178.97 | 0.63 | 0.63 |
| Hex | 67 | DC | DA | 35 | 0 | 1 | E | B3 | 3F | 3F |
| Octal | 147 | 334 | 332 | 65 | 0 | 1 | 16 | 263 | 77 | 77 |
| Binary | 1100111 | 11011100 | 11011010 | 110101 | 0 | 1 | 1110 | 10110011 | 111111 | 111111 |
Color Harmonies of #67DCDA
Complementary color
Monochromatic Colors of #67DCDA
Black with #67DCDA
Text Example
Text Example
White with #67DCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67DCDA; }
p { color: rgb(103,220,218); }
H1.HeaderClassName
{
color: #67DCDA;
}
.AnyTagClassName
{
color: #67DCDA;
}
</style>
background-color css
<style>
a { background-color: #67DCDA; }
a { background-color: rgb(103,220,218); }
div.DivClassName
{
background-color: #67DCDA;
}
.BgClassName
{
background-color: #67DCDA;
}
</style>
border-color css
<style>
span { border-color: #67DCDA; }
span { border-color: rgb(103,220,218); }
td.TdClassName
{
border-color: #67DCDA;
}
.TagClassName
{
border-color: #67DCDA;
}
</style>