Shades of Turquoise Blue #67D7F4
Tints of Turquoise Blue #67D7F4
RGB
CMYK
RGB Variations
Color information
#67D7F4 (or 0x67D7F4) is known color: Turquoise Blue. HEX triplet: 67, D7 and F4. RGB value is (103,215,244). Sum of RGB (Red+Green+Blue) = 103+215+244=562 (74% of max value = 765). Red value is 103 (40.62% from 255 or 18.33% from 562); Green value is 215 (84.38% from 255 or 38.26% from 562); Blue value is 244 (95.70% from 255 or 43.42% from 562); Max value from RGB is 244 - color contains mainly: blue. Hex color #67D7F4 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #67D7F4 is #98280B. Grayscale: #B8B8B8. Windows color (decimal): -9971724 or 16045927. OLE color: 16045927.
HSL color Cylindrical-coordinate representation of color #67D7F4: hue angle of 192.34º degrees, saturation: 0.87, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #67D7F4 is Cyan = 0.58, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 103 | 215 | 244 | - |
| CMYK | 0.58 | 0.12 | 0 | 0.04 |
| HSL | 192.34º | 0.87% | 0.68% | - |
| HSV(B) | 192.34º | 0.58% | 0.96% | - |
| XYZ | 46.22 | 58.02 | 94.35 | - |
| YUV | 184.82 | 161.39 | 69.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 215 | 244 | 0.58 | 0.12 | 0 | 0.04 | 192.34 | 0.87 | 0.68 |
| Hex | 67 | D7 | F4 | 3A | C | 0 | 4 | C0 | 57 | 44 |
| Octal | 147 | 327 | 364 | 72 | 14 | 0 | 4 | 300 | 127 | 104 |
| Binary | 1100111 | 11010111 | 11110100 | 111010 | 1100 | 0 | 100 | 11000000 | 1010111 | 1000100 |
Color Harmonies of #67D7F4
Complementary color
Monochromatic Colors of #67D7F4
Black with #67D7F4
Text Example
Text Example
White with #67D7F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67D7F4; }
p { color: rgb(103,215,244); }
H1.HeaderClassName
{
color: #67D7F4;
}
.AnyTagClassName
{
color: #67D7F4;
}
</style>
background-color css
<style>
a { background-color: #67D7F4; }
a { background-color: rgb(103,215,244); }
div.DivClassName
{
background-color: #67D7F4;
}
.BgClassName
{
background-color: #67D7F4;
}
</style>
border-color css
<style>
span { border-color: #67D7F4; }
span { border-color: rgb(103,215,244); }
td.TdClassName
{
border-color: #67D7F4;
}
.TagClassName
{
border-color: #67D7F4;
}
</style>