Shades of Turquoise Blue #67D1EA
Tints of Turquoise Blue #67D1EA
RGB
CMYK
RGB Variations
Color information
#67D1EA (or 0x67D1EA) is known color: Turquoise Blue. HEX triplet: 67, D1 and EA. RGB value is (103,209,234). Sum of RGB (Red+Green+Blue) = 103+209+234=546 (72% of max value = 765). Red value is 103 (40.62% from 255 or 18.86% from 546); Green value is 209 (82.03% from 255 or 38.28% from 546); Blue value is 234 (91.80% from 255 or 42.86% from 546); Max value from RGB is 234 - color contains mainly: blue. Hex color #67D1EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #67D1EA is #982E15. Grayscale: #B3B3B3. Windows color (decimal): -9973270 or 15389031. OLE color: 15389031.
HSL color Cylindrical-coordinate representation of color #67D1EA: hue angle of 191.45º 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 #67D1EA is Cyan = 0.56, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 103 | 209 | 234 | - |
| CMYK | 0.56 | 0.11 | 0 | 0.08 |
| HSL | 191.45º | 0.76% | 0.66% | - |
| HSV(B) | 191.45º | 0.56% | 0.92% | - |
| XYZ | 43.25 | 54.43 | 86.07 | - |
| YUV | 180.16 | 158.38 | 72.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 209 | 234 | 0.56 | 0.11 | 0 | 0.08 | 191.45 | 0.76 | 0.66 |
| Hex | 67 | D1 | EA | 38 | B | 0 | 8 | BF | 4C | 42 |
| Octal | 147 | 321 | 352 | 70 | 13 | 0 | 10 | 277 | 114 | 102 |
| Binary | 1100111 | 11010001 | 11101010 | 111000 | 1011 | 0 | 1000 | 10111111 | 1001100 | 1000010 |
Color Harmonies of #67D1EA
Complementary color
Monochromatic Colors of #67D1EA
Black with #67D1EA
Text Example
Text Example
White with #67D1EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67D1EA; }
p { color: rgb(103,209,234); }
H1.HeaderClassName
{
color: #67D1EA;
}
.AnyTagClassName
{
color: #67D1EA;
}
</style>
background-color css
<style>
a { background-color: #67D1EA; }
a { background-color: rgb(103,209,234); }
div.DivClassName
{
background-color: #67D1EA;
}
.BgClassName
{
background-color: #67D1EA;
}
</style>
border-color css
<style>
span { border-color: #67D1EA; }
span { border-color: rgb(103,209,234); }
td.TdClassName
{
border-color: #67D1EA;
}
.TagClassName
{
border-color: #67D1EA;
}
</style>