Shades of Turquoise Blue #67CFDC
Tints of Turquoise Blue #67CFDC
RGB
CMYK
RGB Variations
Color information
#67CFDC (or 0x67CFDC) is known color: Turquoise Blue. HEX triplet: 67, CF and DC. RGB value is (103,207,220). Sum of RGB (Red+Green+Blue) = 103+207+220=530 (70% of max value = 765). Red value is 103 (40.62% from 255 or 19.43% from 530); Green value is 207 (81.25% from 255 or 39.06% from 530); Blue value is 220 (86.33% from 255 or 41.51% from 530); Max value from RGB is 220 - color contains mainly: blue. Hex color #67CFDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67CFDC is #983023. Grayscale: #B1B1B1. Windows color (decimal): -9973796 or 14471015. OLE color: 14471015.
HSL color Cylindrical-coordinate representation of color #67CFDC: hue angle of 186.67º 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 #67CFDC is Cyan = 0.53, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 103 | 207 | 220 | - |
| CMYK | 0.53 | 0.06 | 0 | 0.14 |
| HSL | 186.67º | 0.63% | 0.63% | - |
| HSV(B) | 186.67º | 0.53% | 0.86% | - |
| XYZ | 40.82 | 52.68 | 75.73 | - |
| YUV | 177.39 | 152.04 | 74.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 207 | 220 | 0.53 | 0.06 | 0 | 0.14 | 186.67 | 0.63 | 0.63 |
| Hex | 67 | CF | DC | 35 | 6 | 0 | E | BB | 3F | 3F |
| Octal | 147 | 317 | 334 | 65 | 6 | 0 | 16 | 273 | 77 | 77 |
| Binary | 1100111 | 11001111 | 11011100 | 110101 | 110 | 0 | 1110 | 10111011 | 111111 | 111111 |
Color Harmonies of #67CFDC
Complementary color
Monochromatic Colors of #67CFDC
Black with #67CFDC
Text Example
Text Example
White with #67CFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67CFDC; }
p { color: rgb(103,207,220); }
H1.HeaderClassName
{
color: #67CFDC;
}
.AnyTagClassName
{
color: #67CFDC;
}
</style>
background-color css
<style>
a { background-color: #67CFDC; }
a { background-color: rgb(103,207,220); }
div.DivClassName
{
background-color: #67CFDC;
}
.BgClassName
{
background-color: #67CFDC;
}
</style>
border-color css
<style>
span { border-color: #67CFDC; }
span { border-color: rgb(103,207,220); }
td.TdClassName
{
border-color: #67CFDC;
}
.TagClassName
{
border-color: #67CFDC;
}
</style>