Shades of Turquoise Blue #67CCD5
Tints of Turquoise Blue #67CCD5
RGB
CMYK
RGB Variations
Color information
#67CCD5 (or 0x67CCD5) is known color: Turquoise Blue. HEX triplet: 67, CC and D5. RGB value is (103,204,213). Sum of RGB (Red+Green+Blue) = 103+204+213=520 (68% of max value = 765). Red value is 103 (40.62% from 255 or 19.81% from 520); Green value is 204 (80.08% from 255 or 39.23% from 520); Blue value is 213 (83.59% from 255 or 40.96% from 520); Max value from RGB is 213 - color contains mainly: blue. Hex color #67CCD5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67CCD5 is #98332A. Grayscale: #AEAEAE. Windows color (decimal): -9974571 or 14011495. OLE color: 14011495.
HSL color Cylindrical-coordinate representation of color #67CCD5: hue angle of 184.91º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #67CCD5 is Cyan = 0.52, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 103 | 204 | 213 | - |
| CMYK | 0.52 | 0.04 | 0 | 0.16 |
| HSL | 184.91º | 0.57% | 0.62% | - |
| HSV(B) | 184.91º | 0.52% | 0.84% | - |
| XYZ | 39.2 | 50.87 | 70.7 | - |
| YUV | 174.83 | 149.54 | 76.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 204 | 213 | 0.52 | 0.04 | 0 | 0.16 | 184.91 | 0.57 | 0.62 |
| Hex | 67 | CC | D5 | 34 | 4 | 0 | 10 | B9 | 39 | 3E |
| Octal | 147 | 314 | 325 | 64 | 4 | 0 | 20 | 271 | 71 | 76 |
| Binary | 1100111 | 11001100 | 11010101 | 110100 | 100 | 0 | 10000 | 10111001 | 111001 | 111110 |
Color Harmonies of #67CCD5
Complementary color
Monochromatic Colors of #67CCD5
Black with #67CCD5
Text Example
Text Example
White with #67CCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67CCD5; }
p { color: rgb(103,204,213); }
H1.HeaderClassName
{
color: #67CCD5;
}
.AnyTagClassName
{
color: #67CCD5;
}
</style>
background-color css
<style>
a { background-color: #67CCD5; }
a { background-color: rgb(103,204,213); }
div.DivClassName
{
background-color: #67CCD5;
}
.BgClassName
{
background-color: #67CCD5;
}
</style>
border-color css
<style>
span { border-color: #67CCD5; }
span { border-color: rgb(103,204,213); }
td.TdClassName
{
border-color: #67CCD5;
}
.TagClassName
{
border-color: #67CCD5;
}
</style>