Shades of Turquoise Blue #67D7EC
Tints of Turquoise Blue #67D7EC
RGB
CMYK
RGB Variations
Color information
#67D7EC (or 0x67D7EC) is known color: Turquoise Blue. HEX triplet: 67, D7 and EC. RGB value is (103,215,236). Sum of RGB (Red+Green+Blue) = 103+215+236=554 (73% of max value = 765). Red value is 103 (40.62% from 255 or 18.59% from 554); Green value is 215 (84.38% from 255 or 38.81% from 554); Blue value is 236 (92.58% from 255 or 42.60% from 554); Max value from RGB is 236 - color contains mainly: blue. Hex color #67D7EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #67D7EC is #982813. Grayscale: #B7B7B7. Windows color (decimal): -9971732 or 15521639. OLE color: 15521639.
HSL color Cylindrical-coordinate representation of color #67D7EC: hue angle of 189.47º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #67D7EC is Cyan = 0.56, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 103 | 215 | 236 | - |
| CMYK | 0.56 | 0.09 | 0 | 0.07 |
| HSL | 189.47º | 0.78% | 0.66% | - |
| HSV(B) | 189.47º | 0.56% | 0.93% | - |
| XYZ | 45.03 | 57.54 | 88.09 | - |
| YUV | 183.91 | 157.39 | 70.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 215 | 236 | 0.56 | 0.09 | 0 | 0.07 | 189.47 | 0.78 | 0.66 |
| Hex | 67 | D7 | EC | 38 | 9 | 0 | 7 | BD | 4E | 42 |
| Octal | 147 | 327 | 354 | 70 | 11 | 0 | 7 | 275 | 116 | 102 |
| Binary | 1100111 | 11010111 | 11101100 | 111000 | 1001 | 0 | 111 | 10111101 | 1001110 | 1000010 |
Color Harmonies of #67D7EC
Complementary color
Monochromatic Colors of #67D7EC
Black with #67D7EC
Text Example
Text Example
White with #67D7EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67D7EC; }
p { color: rgb(103,215,236); }
H1.HeaderClassName
{
color: #67D7EC;
}
.AnyTagClassName
{
color: #67D7EC;
}
</style>
background-color css
<style>
a { background-color: #67D7EC; }
a { background-color: rgb(103,215,236); }
div.DivClassName
{
background-color: #67D7EC;
}
.BgClassName
{
background-color: #67D7EC;
}
</style>
border-color css
<style>
span { border-color: #67D7EC; }
span { border-color: rgb(103,215,236); }
td.TdClassName
{
border-color: #67D7EC;
}
.TagClassName
{
border-color: #67D7EC;
}
</style>