Shades of Turquoise Blue #67CCD0
Tints of Turquoise Blue #67CCD0
RGB
CMYK
RGB Variations
Color information
#67CCD0 (or 0x67CCD0) is known color: Turquoise Blue. HEX triplet: 67, CC and D0. RGB value is (103,204,208). Sum of RGB (Red+Green+Blue) = 103+204+208=515 (68% of max value = 765). Red value is 103 (40.62% from 255 or 20% from 515); Green value is 204 (80.08% from 255 or 39.61% from 515); Blue value is 208 (81.64% from 255 or 40.39% from 515); Max value from RGB is 208 - color contains mainly: blue. Hex color #67CCD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67CCD0 is #98332F. Grayscale: #AEAEAE. Windows color (decimal): -9974576 or 13683815. OLE color: 13683815.
HSL color Cylindrical-coordinate representation of color #67CCD0: hue angle of 182.29º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #67CCD0 is Cyan = 0.50, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 103 | 204 | 208 | - |
| CMYK | 0.50 | 0.02 | 0 | 0.18 |
| HSL | 182.29º | 0.53% | 0.61% | - |
| HSV(B) | 182.29º | 0.5% | 0.82% | - |
| XYZ | 38.57 | 50.62 | 67.41 | - |
| YUV | 174.26 | 147.04 | 77.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 204 | 208 | 0.50 | 0.02 | 0 | 0.18 | 182.29 | 0.53 | 0.61 |
| Hex | 67 | CC | D0 | 32 | 2 | 0 | 12 | B6 | 35 | 3D |
| Octal | 147 | 314 | 320 | 62 | 2 | 0 | 22 | 266 | 65 | 75 |
| Binary | 1100111 | 11001100 | 11010000 | 110010 | 10 | 0 | 10010 | 10110110 | 110101 | 111101 |
Color Harmonies of #67CCD0
Complementary color
Monochromatic Colors of #67CCD0
Black with #67CCD0
Text Example
Text Example
White with #67CCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67CCD0; }
p { color: rgb(103,204,208); }
H1.HeaderClassName
{
color: #67CCD0;
}
.AnyTagClassName
{
color: #67CCD0;
}
</style>
background-color css
<style>
a { background-color: #67CCD0; }
a { background-color: rgb(103,204,208); }
div.DivClassName
{
background-color: #67CCD0;
}
.BgClassName
{
background-color: #67CCD0;
}
</style>
border-color css
<style>
span { border-color: #67CCD0; }
span { border-color: rgb(103,204,208); }
td.TdClassName
{
border-color: #67CCD0;
}
.TagClassName
{
border-color: #67CCD0;
}
</style>