Shades of Turquoise Blue #67EAE1
Tints of Turquoise Blue #67EAE1
RGB
CMYK
RGB Variations
Color information
#67EAE1 (or 0x67EAE1) is known color: Turquoise Blue. HEX triplet: 67, EA and E1. RGB value is (103,234,225). Sum of RGB (Red+Green+Blue) = 103+234+225=562 (74% of max value = 765). Red value is 103 (40.62% from 255 or 18.33% from 562); Green value is 234 (91.80% from 255 or 41.64% from 562); Blue value is 225 (88.28% from 255 or 40.04% from 562); Max value from RGB is 234 - color contains mainly: green. Hex color #67EAE1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #67EAE1 is #98151E. Grayscale: #C1C1C1. Windows color (decimal): -9966879 or 14805607. OLE color: 14805607.
HSL color Cylindrical-coordinate representation of color #67EAE1: hue angle of 175.88º 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 #67EAE1 is Cyan = 0.56, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 103 | 234 | 225 | - |
| CMYK | 0.56 | 0 | 0.04 | 0.08 |
| HSL | 175.88º | 0.76% | 0.66% | - |
| HSV(B) | 175.88º | 0.56% | 0.92% | - |
| XYZ | 48.61 | 67.17 | 81.64 | - |
| YUV | 193.81 | 145.6 | 63.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 234 | 225 | 0.56 | 0 | 0.04 | 0.08 | 175.88 | 0.76 | 0.66 |
| Hex | 67 | EA | E1 | 38 | 0 | 4 | 8 | B0 | 4C | 42 |
| Octal | 147 | 352 | 341 | 70 | 0 | 4 | 10 | 260 | 114 | 102 |
| Binary | 1100111 | 11101010 | 11100001 | 111000 | 0 | 100 | 1000 | 10110000 | 1001100 | 1000010 |
Color Harmonies of #67EAE1
Complementary color
Monochromatic Colors of #67EAE1
Black with #67EAE1
Text Example
Text Example
White with #67EAE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67EAE1; }
p { color: rgb(103,234,225); }
H1.HeaderClassName
{
color: #67EAE1;
}
.AnyTagClassName
{
color: #67EAE1;
}
</style>
background-color css
<style>
a { background-color: #67EAE1; }
a { background-color: rgb(103,234,225); }
div.DivClassName
{
background-color: #67EAE1;
}
.BgClassName
{
background-color: #67EAE1;
}
</style>
border-color css
<style>
span { border-color: #67EAE1; }
span { border-color: rgb(103,234,225); }
td.TdClassName
{
border-color: #67EAE1;
}
.TagClassName
{
border-color: #67EAE1;
}
</style>