Shades of Turquoise Blue #67CCDB
Tints of Turquoise Blue #67CCDB
RGB
CMYK
RGB Variations
Color information
#67CCDB (or 0x67CCDB) is known color: Turquoise Blue. HEX triplet: 67, CC and DB. RGB value is (103,204,219). Sum of RGB (Red+Green+Blue) = 103+204+219=526 (69% of max value = 765). Red value is 103 (40.62% from 255 or 19.58% from 526); Green value is 204 (80.08% from 255 or 38.78% from 526); Blue value is 219 (85.94% from 255 or 41.63% from 526); Max value from RGB is 219 - color contains mainly: blue. Hex color #67CCDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67CCDB is #983324. Grayscale: #AFAFAF. Windows color (decimal): -9974565 or 14404711. OLE color: 14404711.
HSL color Cylindrical-coordinate representation of color #67CCDB: hue angle of 187.76º degrees, saturation: 0.62, 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 #67CCDB is Cyan = 0.53, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 103 | 204 | 219 | - |
| CMYK | 0.53 | 0.07 | 0 | 0.14 |
| HSL | 187.76º | 0.62% | 0.63% | - |
| HSV(B) | 187.76º | 0.53% | 0.86% | - |
| XYZ | 39.97 | 51.18 | 74.79 | - |
| YUV | 175.51 | 152.54 | 76.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 204 | 219 | 0.53 | 0.07 | 0 | 0.14 | 187.76 | 0.62 | 0.63 |
| Hex | 67 | CC | DB | 35 | 7 | 0 | E | BC | 3E | 3F |
| Octal | 147 | 314 | 333 | 65 | 7 | 0 | 16 | 274 | 76 | 77 |
| Binary | 1100111 | 11001100 | 11011011 | 110101 | 111 | 0 | 1110 | 10111100 | 111110 | 111111 |
Color Harmonies of #67CCDB
Complementary color
Monochromatic Colors of #67CCDB
Black with #67CCDB
Text Example
Text Example
White with #67CCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67CCDB; }
p { color: rgb(103,204,219); }
H1.HeaderClassName
{
color: #67CCDB;
}
.AnyTagClassName
{
color: #67CCDB;
}
</style>
background-color css
<style>
a { background-color: #67CCDB; }
a { background-color: rgb(103,204,219); }
div.DivClassName
{
background-color: #67CCDB;
}
.BgClassName
{
background-color: #67CCDB;
}
</style>
border-color css
<style>
span { border-color: #67CCDB; }
span { border-color: rgb(103,204,219); }
td.TdClassName
{
border-color: #67CCDB;
}
.TagClassName
{
border-color: #67CCDB;
}
</style>