Shades of Turquoise Blue #67E3F0
Tints of Turquoise Blue #67E3F0
RGB
CMYK
RGB Variations
Color information
#67E3F0 (or 0x67E3F0) is known color: Turquoise Blue. HEX triplet: 67, E3 and F0. RGB value is (103,227,240). Sum of RGB (Red+Green+Blue) = 103+227+240=570 (75% of max value = 765). Red value is 103 (40.62% from 255 or 18.07% from 570); Green value is 227 (89.06% from 255 or 39.82% from 570); Blue value is 240 (94.14% from 255 or 42.11% from 570); Max value from RGB is 240 - color contains mainly: blue. Hex color #67E3F0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #67E3F0 is #981C0F. Grayscale: #BFBFBF. Windows color (decimal): -9968656 or 15786855. OLE color: 15786855.
HSL color Cylindrical-coordinate representation of color #67E3F0: hue angle of 185.69º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #67E3F0 is Cyan = 0.57, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 103 | 227 | 240 | - |
| CMYK | 0.57 | 0.05 | 0 | 0.06 |
| HSL | 185.69º | 0.82% | 0.67% | - |
| HSV(B) | 185.69º | 0.57% | 0.94% | - |
| XYZ | 48.79 | 64.11 | 92.24 | - |
| YUV | 191.41 | 155.42 | 64.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 227 | 240 | 0.57 | 0.05 | 0 | 0.06 | 185.69 | 0.82 | 0.67 |
| Hex | 67 | E3 | F0 | 39 | 5 | 0 | 6 | BA | 52 | 43 |
| Octal | 147 | 343 | 360 | 71 | 5 | 0 | 6 | 272 | 122 | 103 |
| Binary | 1100111 | 11100011 | 11110000 | 111001 | 101 | 0 | 110 | 10111010 | 1010010 | 1000011 |
Color Harmonies of #67E3F0
Complementary color
Monochromatic Colors of #67E3F0
Black with #67E3F0
Text Example
Text Example
White with #67E3F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67E3F0; }
p { color: rgb(103,227,240); }
H1.HeaderClassName
{
color: #67E3F0;
}
.AnyTagClassName
{
color: #67E3F0;
}
</style>
background-color css
<style>
a { background-color: #67E3F0; }
a { background-color: rgb(103,227,240); }
div.DivClassName
{
background-color: #67E3F0;
}
.BgClassName
{
background-color: #67E3F0;
}
</style>
border-color css
<style>
span { border-color: #67E3F0; }
span { border-color: rgb(103,227,240); }
td.TdClassName
{
border-color: #67E3F0;
}
.TagClassName
{
border-color: #67E3F0;
}
</style>