Shades of Turquoise Blue #67C9DC
Tints of Turquoise Blue #67C9DC
RGB
CMYK
RGB Variations
Color information
#67C9DC (or 0x67C9DC) is known color: Turquoise Blue. HEX triplet: 67, C9 and DC. RGB value is (103,201,220). Sum of RGB (Red+Green+Blue) = 103+201+220=524 (69% of max value = 765). Red value is 103 (40.62% from 255 or 19.66% from 524); Green value is 201 (78.91% from 255 or 38.36% from 524); Blue value is 220 (86.33% from 255 or 41.98% from 524); Max value from RGB is 220 - color contains mainly: blue. Hex color #67C9DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67C9DC is #983623. Grayscale: #ADADAD. Windows color (decimal): -9975332 or 14469479. OLE color: 14469479.
HSL color Cylindrical-coordinate representation of color #67C9DC: hue angle of 189.74º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #67C9DC is Cyan = 0.53, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 103 | 201 | 220 | - |
| CMYK | 0.53 | 0.09 | 0 | 0.14 |
| HSL | 189.74º | 0.63% | 0.63% | - |
| HSV(B) | 189.74º | 0.53% | 0.86% | - |
| XYZ | 39.4 | 49.82 | 75.25 | - |
| YUV | 173.86 | 154.03 | 77.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 201 | 220 | 0.53 | 0.09 | 0 | 0.14 | 189.74 | 0.63 | 0.63 |
| Hex | 67 | C9 | DC | 35 | 9 | 0 | E | BE | 3F | 3F |
| Octal | 147 | 311 | 334 | 65 | 11 | 0 | 16 | 276 | 77 | 77 |
| Binary | 1100111 | 11001001 | 11011100 | 110101 | 1001 | 0 | 1110 | 10111110 | 111111 | 111111 |
Color Harmonies of #67C9DC
Complementary color
Monochromatic Colors of #67C9DC
Black with #67C9DC
Text Example
Text Example
White with #67C9DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67C9DC; }
p { color: rgb(103,201,220); }
H1.HeaderClassName
{
color: #67C9DC;
}
.AnyTagClassName
{
color: #67C9DC;
}
</style>
background-color css
<style>
a { background-color: #67C9DC; }
a { background-color: rgb(103,201,220); }
div.DivClassName
{
background-color: #67C9DC;
}
.BgClassName
{
background-color: #67C9DC;
}
</style>
border-color css
<style>
span { border-color: #67C9DC; }
span { border-color: rgb(103,201,220); }
td.TdClassName
{
border-color: #67C9DC;
}
.TagClassName
{
border-color: #67C9DC;
}
</style>