Shades of Turquoise Blue #67E1FA
Tints of Turquoise Blue #67E1FA
RGB
CMYK
RGB Variations
Color information
#67E1FA (or 0x67E1FA) is known color: Turquoise Blue. HEX triplet: 67, E1 and FA. RGB value is (103,225,250). Sum of RGB (Red+Green+Blue) = 103+225+250=578 (76% of max value = 765). Red value is 103 (40.62% from 255 or 17.82% from 578); Green value is 225 (88.28% from 255 or 38.93% from 578); Blue value is 250 (98.05% from 255 or 43.25% from 578); Max value from RGB is 250 - color contains mainly: blue. Hex color #67E1FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #67E1FA is #981E05. Grayscale: #BFBFBF. Windows color (decimal): -9969158 or 16441703. OLE color: 16441703.
HSL color Cylindrical-coordinate representation of color #67E1FA: hue angle of 190.2º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #67E1FA is Cyan = 0.59, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 103 | 225 | 250 | - |
| CMYK | 0.59 | 0.10 | 0 | 0.02 |
| HSL | 190.2º | 0.94% | 0.69% | - |
| HSV(B) | 190.2º | 0.59% | 0.98% | - |
| XYZ | 49.77 | 63.64 | 100.1 | - |
| YUV | 191.37 | 161.08 | 64.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 225 | 250 | 0.59 | 0.10 | 0 | 0.02 | 190.2 | 0.94 | 0.69 |
| Hex | 67 | E1 | FA | 3B | A | 0 | 2 | BE | 5E | 45 |
| Octal | 147 | 341 | 372 | 73 | 12 | 0 | 2 | 276 | 136 | 105 |
| Binary | 1100111 | 11100001 | 11111010 | 111011 | 1010 | 0 | 10 | 10111110 | 1011110 | 1000101 |
Color Harmonies of #67E1FA
Complementary color
Monochromatic Colors of #67E1FA
Black with #67E1FA
Text Example
Text Example
White with #67E1FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67E1FA; }
p { color: rgb(103,225,250); }
H1.HeaderClassName
{
color: #67E1FA;
}
.AnyTagClassName
{
color: #67E1FA;
}
</style>
background-color css
<style>
a { background-color: #67E1FA; }
a { background-color: rgb(103,225,250); }
div.DivClassName
{
background-color: #67E1FA;
}
.BgClassName
{
background-color: #67E1FA;
}
</style>
border-color css
<style>
span { border-color: #67E1FA; }
span { border-color: rgb(103,225,250); }
td.TdClassName
{
border-color: #67E1FA;
}
.TagClassName
{
border-color: #67E1FA;
}
</style>