Shades of Turquoise Blue #67E5FC
Tints of Turquoise Blue #67E5FC
RGB
CMYK
RGB Variations
Color information
#67E5FC (or 0x67E5FC) is known color: Turquoise Blue. HEX triplet: 67, E5 and FC. RGB value is (103,229,252). Sum of RGB (Red+Green+Blue) = 103+229+252=584 (77% of max value = 765). Red value is 103 (40.62% from 255 or 17.64% from 584); Green value is 229 (89.84% from 255 or 39.21% from 584); Blue value is 252 (98.83% from 255 or 43.15% from 584); Max value from RGB is 252 - color contains mainly: blue. Hex color #67E5FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #67E5FC is #981A03. Grayscale: #C1C1C1. Windows color (decimal): -9968132 or 16573799. OLE color: 16573799.
HSL color Cylindrical-coordinate representation of color #67E5FC: hue angle of 189.26º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #67E5FC is Cyan = 0.59, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 103 | 229 | 252 | - |
| CMYK | 0.59 | 0.09 | 0 | 0.01 |
| HSL | 189.26º | 0.96% | 0.7% | - |
| HSV(B) | 189.26º | 0.59% | 0.99% | - |
| XYZ | 51.18 | 65.95 | 102.13 | - |
| YUV | 193.95 | 160.76 | 63.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 229 | 252 | 0.59 | 0.09 | 0 | 0.01 | 189.26 | 0.96 | 0.7 |
| Hex | 67 | E5 | FC | 3B | 9 | 0 | 1 | BD | 60 | 46 |
| Octal | 147 | 345 | 374 | 73 | 11 | 0 | 1 | 275 | 140 | 106 |
| Binary | 1100111 | 11100101 | 11111100 | 111011 | 1001 | 0 | 1 | 10111101 | 1100000 | 1000110 |
Color Harmonies of #67E5FC
Complementary color
Monochromatic Colors of #67E5FC
Black with #67E5FC
Text Example
Text Example
White with #67E5FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67E5FC; }
p { color: rgb(103,229,252); }
H1.HeaderClassName
{
color: #67E5FC;
}
.AnyTagClassName
{
color: #67E5FC;
}
</style>
background-color css
<style>
a { background-color: #67E5FC; }
a { background-color: rgb(103,229,252); }
div.DivClassName
{
background-color: #67E5FC;
}
.BgClassName
{
background-color: #67E5FC;
}
</style>
border-color css
<style>
span { border-color: #67E5FC; }
span { border-color: rgb(103,229,252); }
td.TdClassName
{
border-color: #67E5FC;
}
.TagClassName
{
border-color: #67E5FC;
}
</style>