Shades of Turquoise Blue #67CDDB
Tints of Turquoise Blue #67CDDB
RGB
CMYK
RGB Variations
Color information
#67CDDB (or 0x67CDDB) is known color: Turquoise Blue. HEX triplet: 67, CD and DB. RGB value is (103,205,219). Sum of RGB (Red+Green+Blue) = 103+205+219=527 (69% of max value = 765). Red value is 103 (40.62% from 255 or 19.54% from 527); Green value is 205 (80.47% from 255 or 38.90% from 527); Blue value is 219 (85.94% from 255 or 41.56% from 527); Max value from RGB is 219 - color contains mainly: blue. Hex color #67CDDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67CDDB is #983224. Grayscale: #AFAFAF. Windows color (decimal): -9974309 or 14404967. OLE color: 14404967.
HSL color Cylindrical-coordinate representation of color #67CDDB: hue angle of 187.24º 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 #67CDDB is Cyan = 0.53, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 103 | 205 | 219 | - |
| CMYK | 0.53 | 0.06 | 0 | 0.14 |
| HSL | 187.24º | 0.62% | 0.63% | - |
| HSV(B) | 187.24º | 0.53% | 0.86% | - |
| XYZ | 40.21 | 51.66 | 74.87 | - |
| YUV | 176.1 | 152.21 | 75.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 205 | 219 | 0.53 | 0.06 | 0 | 0.14 | 187.24 | 0.62 | 0.63 |
| Hex | 67 | CD | DB | 35 | 6 | 0 | E | BB | 3E | 3F |
| Octal | 147 | 315 | 333 | 65 | 6 | 0 | 16 | 273 | 76 | 77 |
| Binary | 1100111 | 11001101 | 11011011 | 110101 | 110 | 0 | 1110 | 10111011 | 111110 | 111111 |
Color Harmonies of #67CDDB
Complementary color
Monochromatic Colors of #67CDDB
Black with #67CDDB
Text Example
Text Example
White with #67CDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67CDDB; }
p { color: rgb(103,205,219); }
H1.HeaderClassName
{
color: #67CDDB;
}
.AnyTagClassName
{
color: #67CDDB;
}
</style>
background-color css
<style>
a { background-color: #67CDDB; }
a { background-color: rgb(103,205,219); }
div.DivClassName
{
background-color: #67CDDB;
}
.BgClassName
{
background-color: #67CDDB;
}
</style>
border-color css
<style>
span { border-color: #67CDDB; }
span { border-color: rgb(103,205,219); }
td.TdClassName
{
border-color: #67CDDB;
}
.TagClassName
{
border-color: #67CDDB;
}
</style>