Shades of Turquoise Blue #67E0F3
Tints of Turquoise Blue #67E0F3
RGB
CMYK
RGB Variations
Color information
#67E0F3 (or 0x67E0F3) is known color: Turquoise Blue. HEX triplet: 67, E0 and F3. RGB value is (103,224,243). Sum of RGB (Red+Green+Blue) = 103+224+243=570 (75% of max value = 765). Red value is 103 (40.62% from 255 or 18.07% from 570); Green value is 224 (87.89% from 255 or 39.30% from 570); Blue value is 243 (95.31% from 255 or 42.63% from 570); Max value from RGB is 243 - color contains mainly: blue. Hex color #67E0F3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #67E0F3 is #981F0C. Grayscale: #BDBDBD. Windows color (decimal): -9969421 or 15982695. OLE color: 15982695.
HSL color Cylindrical-coordinate representation of color #67E0F3: hue angle of 188.14º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #67E0F3 is Cyan = 0.58, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 103 | 224 | 243 | - |
| CMYK | 0.58 | 0.08 | 0 | 0.05 |
| HSL | 188.14º | 0.85% | 0.68% | - |
| HSV(B) | 188.14º | 0.58% | 0.95% | - |
| XYZ | 48.43 | 62.67 | 94.34 | - |
| YUV | 189.99 | 157.91 | 65.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 224 | 243 | 0.58 | 0.08 | 0 | 0.05 | 188.14 | 0.85 | 0.68 |
| Hex | 67 | E0 | F3 | 3A | 8 | 0 | 5 | BC | 55 | 44 |
| Octal | 147 | 340 | 363 | 72 | 10 | 0 | 5 | 274 | 125 | 104 |
| Binary | 1100111 | 11100000 | 11110011 | 111010 | 1000 | 0 | 101 | 10111100 | 1010101 | 1000100 |
Color Harmonies of #67E0F3
Complementary color
Monochromatic Colors of #67E0F3
Black with #67E0F3
Text Example
Text Example
White with #67E0F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67E0F3; }
p { color: rgb(103,224,243); }
H1.HeaderClassName
{
color: #67E0F3;
}
.AnyTagClassName
{
color: #67E0F3;
}
</style>
background-color css
<style>
a { background-color: #67E0F3; }
a { background-color: rgb(103,224,243); }
div.DivClassName
{
background-color: #67E0F3;
}
.BgClassName
{
background-color: #67E0F3;
}
</style>
border-color css
<style>
span { border-color: #67E0F3; }
span { border-color: rgb(103,224,243); }
td.TdClassName
{
border-color: #67E0F3;
}
.TagClassName
{
border-color: #67E0F3;
}
</style>