Shades of Turquoise Blue #67CFEA
Tints of Turquoise Blue #67CFEA
RGB
CMYK
RGB Variations
Color information
#67CFEA (or 0x67CFEA) is known color: Turquoise Blue. HEX triplet: 67, CF and EA. RGB value is (103,207,234). Sum of RGB (Red+Green+Blue) = 103+207+234=544 (72% of max value = 765). Red value is 103 (40.62% from 255 or 18.93% from 544); Green value is 207 (81.25% from 255 or 38.05% from 544); Blue value is 234 (91.80% from 255 or 43.01% from 544); Max value from RGB is 234 - color contains mainly: blue. Hex color #67CFEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #67CFEA is #983015. Grayscale: #B2B2B2. Windows color (decimal): -9973782 or 15388519. OLE color: 15388519.
HSL color Cylindrical-coordinate representation of color #67CFEA: hue angle of 192.37º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #67CFEA is Cyan = 0.56, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 103 | 207 | 234 | - |
| CMYK | 0.56 | 0.12 | 0 | 0.08 |
| HSL | 192.37º | 0.76% | 0.66% | - |
| HSV(B) | 192.37º | 0.56% | 0.92% | - |
| XYZ | 42.76 | 53.45 | 85.91 | - |
| YUV | 178.98 | 159.04 | 73.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 207 | 234 | 0.56 | 0.12 | 0 | 0.08 | 192.37 | 0.76 | 0.66 |
| Hex | 67 | CF | EA | 38 | C | 0 | 8 | C0 | 4C | 42 |
| Octal | 147 | 317 | 352 | 70 | 14 | 0 | 10 | 300 | 114 | 102 |
| Binary | 1100111 | 11001111 | 11101010 | 111000 | 1100 | 0 | 1000 | 11000000 | 1001100 | 1000010 |
Color Harmonies of #67CFEA
Complementary color
Monochromatic Colors of #67CFEA
Black with #67CFEA
Text Example
Text Example
White with #67CFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67CFEA; }
p { color: rgb(103,207,234); }
H1.HeaderClassName
{
color: #67CFEA;
}
.AnyTagClassName
{
color: #67CFEA;
}
</style>
background-color css
<style>
a { background-color: #67CFEA; }
a { background-color: rgb(103,207,234); }
div.DivClassName
{
background-color: #67CFEA;
}
.BgClassName
{
background-color: #67CFEA;
}
</style>
border-color css
<style>
span { border-color: #67CFEA; }
span { border-color: rgb(103,207,234); }
td.TdClassName
{
border-color: #67CFEA;
}
.TagClassName
{
border-color: #67CFEA;
}
</style>