Shades of Turquoise Blue #67EFDB
Tints of Turquoise Blue #67EFDB
RGB
CMYK
RGB Variations
Color information
#67EFDB (or 0x67EFDB) is known color: Turquoise Blue. HEX triplet: 67, EF and DB. RGB value is (103,239,219). Sum of RGB (Red+Green+Blue) = 103+239+219=561 (74% of max value = 765). Red value is 103 (40.62% from 255 or 18.36% from 561); Green value is 239 (93.75% from 255 or 42.60% from 561); Blue value is 219 (85.94% from 255 or 39.04% from 561); Max value from RGB is 239 - color contains mainly: green. Hex color #67EFDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #67EFDB is #981024. Grayscale: #C4C4C4. Windows color (decimal): -9965605 or 14413671. OLE color: 14413671.
HSL color Cylindrical-coordinate representation of color #67EFDB: hue angle of 171.18º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #67EFDB is Cyan = 0.57, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 103 | 239 | 219 | - |
| CMYK | 0.57 | 0 | 0.08 | 0.06 |
| HSL | 171.18º | 0.81% | 0.67% | - |
| HSV(B) | 171.18º | 0.57% | 0.94% | - |
| XYZ | 49.25 | 69.73 | 77.88 | - |
| YUV | 196.06 | 140.94 | 61.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 239 | 219 | 0.57 | 0 | 0.08 | 0.06 | 171.18 | 0.81 | 0.67 |
| Hex | 67 | EF | DB | 39 | 0 | 8 | 6 | AB | 51 | 43 |
| Octal | 147 | 357 | 333 | 71 | 0 | 10 | 6 | 253 | 121 | 103 |
| Binary | 1100111 | 11101111 | 11011011 | 111001 | 0 | 1000 | 110 | 10101011 | 1010001 | 1000011 |
Color Harmonies of #67EFDB
Complementary color
Monochromatic Colors of #67EFDB
Black with #67EFDB
Text Example
Text Example
White with #67EFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67EFDB; }
p { color: rgb(103,239,219); }
H1.HeaderClassName
{
color: #67EFDB;
}
.AnyTagClassName
{
color: #67EFDB;
}
</style>
background-color css
<style>
a { background-color: #67EFDB; }
a { background-color: rgb(103,239,219); }
div.DivClassName
{
background-color: #67EFDB;
}
.BgClassName
{
background-color: #67EFDB;
}
</style>
border-color css
<style>
span { border-color: #67EFDB; }
span { border-color: rgb(103,239,219); }
td.TdClassName
{
border-color: #67EFDB;
}
.TagClassName
{
border-color: #67EFDB;
}
</style>