Shades of Turquoise Blue #67EDDA
Tints of Turquoise Blue #67EDDA
RGB
CMYK
RGB Variations
Color information
#67EDDA (or 0x67EDDA) is known color: Turquoise Blue. HEX triplet: 67, ED and DA. RGB value is (103,237,218). Sum of RGB (Red+Green+Blue) = 103+237+218=558 (73% of max value = 765). Red value is 103 (40.62% from 255 or 18.46% from 558); Green value is 237 (92.97% from 255 or 42.47% from 558); Blue value is 218 (85.55% from 255 or 39.07% from 558); Max value from RGB is 237 - color contains mainly: green. Hex color #67EDDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #67EDDA is #981225. Grayscale: #C2C2C2. Windows color (decimal): -9966118 or 14347623. OLE color: 14347623.
HSL color Cylindrical-coordinate representation of color #67EDDA: hue angle of 171.49º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #67EDDA is Cyan = 0.57, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 103 | 237 | 218 | - |
| CMYK | 0.57 | 0 | 0.08 | 0.07 |
| HSL | 171.49º | 0.79% | 0.67% | - |
| HSV(B) | 171.49º | 0.57% | 0.93% | - |
| XYZ | 48.53 | 68.51 | 77 | - |
| YUV | 194.77 | 141.11 | 62.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 237 | 218 | 0.57 | 0 | 0.08 | 0.07 | 171.49 | 0.79 | 0.67 |
| Hex | 67 | ED | DA | 39 | 0 | 8 | 7 | AB | 4F | 43 |
| Octal | 147 | 355 | 332 | 71 | 0 | 10 | 7 | 253 | 117 | 103 |
| Binary | 1100111 | 11101101 | 11011010 | 111001 | 0 | 1000 | 111 | 10101011 | 1001111 | 1000011 |
Color Harmonies of #67EDDA
Complementary color
Monochromatic Colors of #67EDDA
Black with #67EDDA
Text Example
Text Example
White with #67EDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67EDDA; }
p { color: rgb(103,237,218); }
H1.HeaderClassName
{
color: #67EDDA;
}
.AnyTagClassName
{
color: #67EDDA;
}
</style>
background-color css
<style>
a { background-color: #67EDDA; }
a { background-color: rgb(103,237,218); }
div.DivClassName
{
background-color: #67EDDA;
}
.BgClassName
{
background-color: #67EDDA;
}
</style>
border-color css
<style>
span { border-color: #67EDDA; }
span { border-color: rgb(103,237,218); }
td.TdClassName
{
border-color: #67EDDA;
}
.TagClassName
{
border-color: #67EDDA;
}
</style>