Shades of Turquoise Blue #67CFDB
Tints of Turquoise Blue #67CFDB
RGB
CMYK
RGB Variations
Color information
#67CFDB (or 0x67CFDB) is known color: Turquoise Blue. HEX triplet: 67, CF and DB. RGB value is (103,207,219). Sum of RGB (Red+Green+Blue) = 103+207+219=529 (70% of max value = 765). Red value is 103 (40.62% from 255 or 19.47% from 529); Green value is 207 (81.25% from 255 or 39.13% from 529); Blue value is 219 (85.94% from 255 or 41.40% from 529); Max value from RGB is 219 - color contains mainly: blue. Hex color #67CFDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67CFDB is #983024. Grayscale: #B1B1B1. Windows color (decimal): -9973797 or 14405479. OLE color: 14405479.
HSL color Cylindrical-coordinate representation of color #67CFDB: hue angle of 186.21º 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 #67CFDB is Cyan = 0.53, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 103 | 207 | 219 | - |
| CMYK | 0.53 | 0.05 | 0 | 0.14 |
| HSL | 186.21º | 0.62% | 0.63% | - |
| HSV(B) | 186.21º | 0.53% | 0.86% | - |
| XYZ | 40.69 | 52.62 | 75.03 | - |
| YUV | 177.27 | 151.54 | 75.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 207 | 219 | 0.53 | 0.05 | 0 | 0.14 | 186.21 | 0.62 | 0.63 |
| Hex | 67 | CF | DB | 35 | 5 | 0 | E | BA | 3E | 3F |
| Octal | 147 | 317 | 333 | 65 | 5 | 0 | 16 | 272 | 76 | 77 |
| Binary | 1100111 | 11001111 | 11011011 | 110101 | 101 | 0 | 1110 | 10111010 | 111110 | 111111 |
Color Harmonies of #67CFDB
Complementary color
Monochromatic Colors of #67CFDB
Black with #67CFDB
Text Example
Text Example
White with #67CFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67CFDB; }
p { color: rgb(103,207,219); }
H1.HeaderClassName
{
color: #67CFDB;
}
.AnyTagClassName
{
color: #67CFDB;
}
</style>
background-color css
<style>
a { background-color: #67CFDB; }
a { background-color: rgb(103,207,219); }
div.DivClassName
{
background-color: #67CFDB;
}
.BgClassName
{
background-color: #67CFDB;
}
</style>
border-color css
<style>
span { border-color: #67CFDB; }
span { border-color: rgb(103,207,219); }
td.TdClassName
{
border-color: #67CFDB;
}
.TagClassName
{
border-color: #67CFDB;
}
</style>