Shades of Turquoise Blue #67DBDA
Tints of Turquoise Blue #67DBDA
RGB
CMYK
RGB Variations
Color information
#67DBDA (or 0x67DBDA) is known color: Turquoise Blue. HEX triplet: 67, DB and DA. RGB value is (103,219,218). Sum of RGB (Red+Green+Blue) = 103+219+218=540 (71% of max value = 765). Red value is 103 (40.62% from 255 or 19.07% from 540); Green value is 219 (85.94% from 255 or 40.56% from 540); Blue value is 218 (85.55% from 255 or 40.37% from 540); Max value from RGB is 219 - color contains mainly: green. Hex color #67DBDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67DBDA is #982425. Grayscale: #B8B8B8. Windows color (decimal): -9970726 or 14343015. OLE color: 14343015.
HSL color Cylindrical-coordinate representation of color #67DBDA: hue angle of 179.48º degrees, saturation: 0.62, 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 #67DBDA is Cyan = 0.53, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 103 | 219 | 218 | - |
| CMYK | 0.53 | 0 | 0.00 | 0.14 |
| HSL | 179.48º | 0.62% | 0.63% | - |
| HSV(B) | 179.48º | 0.53% | 0.86% | - |
| XYZ | 43.58 | 58.61 | 75.35 | - |
| YUV | 184.2 | 147.07 | 70.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 219 | 218 | 0.53 | 0 | 0.00 | 0.14 | 179.48 | 0.62 | 0.63 |
| Hex | 67 | DB | DA | 35 | 0 | 0 | E | B3 | 3E | 3F |
| Octal | 147 | 333 | 332 | 65 | 0 | 0 | 16 | 263 | 76 | 77 |
| Binary | 1100111 | 11011011 | 11011010 | 110101 | 0 | 0 | 1110 | 10110011 | 111110 | 111111 |
Color Harmonies of #67DBDA
Complementary color
Monochromatic Colors of #67DBDA
Black with #67DBDA
Text Example
Text Example
White with #67DBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67DBDA; }
p { color: rgb(103,219,218); }
H1.HeaderClassName
{
color: #67DBDA;
}
.AnyTagClassName
{
color: #67DBDA;
}
</style>
background-color css
<style>
a { background-color: #67DBDA; }
a { background-color: rgb(103,219,218); }
div.DivClassName
{
background-color: #67DBDA;
}
.BgClassName
{
background-color: #67DBDA;
}
</style>
border-color css
<style>
span { border-color: #67DBDA; }
span { border-color: rgb(103,219,218); }
td.TdClassName
{
border-color: #67DBDA;
}
.TagClassName
{
border-color: #67DBDA;
}
</style>