Shades of Turquoise Blue #67CCF0
Tints of Turquoise Blue #67CCF0
RGB
CMYK
RGB Variations
Color information
#67CCF0 (or 0x67CCF0) is known color: Turquoise Blue. HEX triplet: 67, CC and F0. RGB value is (103,204,240). Sum of RGB (Red+Green+Blue) = 103+204+240=547 (72% of max value = 765). Red value is 103 (40.62% from 255 or 18.83% from 547); Green value is 204 (80.08% from 255 or 37.29% from 547); Blue value is 240 (94.14% from 255 or 43.88% from 547); Max value from RGB is 240 - color contains mainly: blue. Hex color #67CCF0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #67CCF0 is #98330F. Grayscale: #B1B1B1. Windows color (decimal): -9974544 or 15780967. OLE color: 15780967.
HSL color Cylindrical-coordinate representation of color #67CCF0: hue angle of 195.77º 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 #67CCF0 is Cyan = 0.57, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 103 | 204 | 240 | - |
| CMYK | 0.57 | 0.15 | 0 | 0.06 |
| HSL | 195.77º | 0.82% | 0.67% | - |
| HSV(B) | 195.77º | 0.57% | 0.94% | - |
| XYZ | 42.91 | 52.36 | 90.28 | - |
| YUV | 177.91 | 163.04 | 74.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 204 | 240 | 0.57 | 0.15 | 0 | 0.06 | 195.77 | 0.82 | 0.67 |
| Hex | 67 | CC | F0 | 39 | F | 0 | 6 | C4 | 52 | 43 |
| Octal | 147 | 314 | 360 | 71 | 17 | 0 | 6 | 304 | 122 | 103 |
| Binary | 1100111 | 11001100 | 11110000 | 111001 | 1111 | 0 | 110 | 11000100 | 1010010 | 1000011 |
Color Harmonies of #67CCF0
Complementary color
Monochromatic Colors of #67CCF0
Black with #67CCF0
Text Example
Text Example
White with #67CCF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67CCF0; }
p { color: rgb(103,204,240); }
H1.HeaderClassName
{
color: #67CCF0;
}
.AnyTagClassName
{
color: #67CCF0;
}
</style>
background-color css
<style>
a { background-color: #67CCF0; }
a { background-color: rgb(103,204,240); }
div.DivClassName
{
background-color: #67CCF0;
}
.BgClassName
{
background-color: #67CCF0;
}
</style>
border-color css
<style>
span { border-color: #67CCF0; }
span { border-color: rgb(103,204,240); }
td.TdClassName
{
border-color: #67CCF0;
}
.TagClassName
{
border-color: #67CCF0;
}
</style>