Shades of Turquoise Blue #67EADB
Tints of Turquoise Blue #67EADB
RGB
CMYK
RGB Variations
Color information
#67EADB (or 0x67EADB) is known color: Turquoise Blue. HEX triplet: 67, EA and DB. RGB value is (103,234,219). Sum of RGB (Red+Green+Blue) = 103+234+219=556 (73% of max value = 765). Red value is 103 (40.62% from 255 or 18.53% from 556); Green value is 234 (91.80% from 255 or 42.09% from 556); Blue value is 219 (85.94% from 255 or 39.39% from 556); Max value from RGB is 234 - color contains mainly: green. Hex color #67EADB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #67EADB is #981524. Grayscale: #C1C1C1. Windows color (decimal): -9966885 or 14412391. OLE color: 14412391.
HSL color Cylindrical-coordinate representation of color #67EADB: hue angle of 173.13º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #67EADB is Cyan = 0.56, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 103 | 234 | 219 | - |
| CMYK | 0.56 | 0 | 0.06 | 0.08 |
| HSL | 173.13º | 0.76% | 0.66% | - |
| HSV(B) | 173.13º | 0.56% | 0.92% | - |
| XYZ | 47.8 | 66.84 | 77.4 | - |
| YUV | 193.12 | 142.6 | 63.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 234 | 219 | 0.56 | 0 | 0.06 | 0.08 | 173.13 | 0.76 | 0.66 |
| Hex | 67 | EA | DB | 38 | 0 | 6 | 8 | AD | 4C | 42 |
| Octal | 147 | 352 | 333 | 70 | 0 | 6 | 10 | 255 | 114 | 102 |
| Binary | 1100111 | 11101010 | 11011011 | 111000 | 0 | 110 | 1000 | 10101101 | 1001100 | 1000010 |
Color Harmonies of #67EADB
Complementary color
Monochromatic Colors of #67EADB
Black with #67EADB
Text Example
Text Example
White with #67EADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67EADB; }
p { color: rgb(103,234,219); }
H1.HeaderClassName
{
color: #67EADB;
}
.AnyTagClassName
{
color: #67EADB;
}
</style>
background-color css
<style>
a { background-color: #67EADB; }
a { background-color: rgb(103,234,219); }
div.DivClassName
{
background-color: #67EADB;
}
.BgClassName
{
background-color: #67EADB;
}
</style>
border-color css
<style>
span { border-color: #67EADB; }
span { border-color: rgb(103,234,219); }
td.TdClassName
{
border-color: #67EADB;
}
.TagClassName
{
border-color: #67EADB;
}
</style>