Shades of Turquoise Blue #67CADB
Tints of Turquoise Blue #67CADB
RGB
CMYK
RGB Variations
Color information
#67CADB (or 0x67CADB) is known color: Turquoise Blue. HEX triplet: 67, CA and DB. RGB value is (103,202,219). Sum of RGB (Red+Green+Blue) = 103+202+219=524 (69% of max value = 765). Red value is 103 (40.62% from 255 or 19.66% from 524); Green value is 202 (79.30% from 255 or 38.55% from 524); Blue value is 219 (85.94% from 255 or 41.79% from 524); Max value from RGB is 219 - color contains mainly: blue. Hex color #67CADB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67CADB is #983524. Grayscale: #AEAEAE. Windows color (decimal): -9975077 or 14404199. OLE color: 14404199.
HSL color Cylindrical-coordinate representation of color #67CADB: hue angle of 188.79º 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 #67CADB is Cyan = 0.53, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 103 | 202 | 219 | - |
| CMYK | 0.53 | 0.08 | 0 | 0.14 |
| HSL | 188.79º | 0.62% | 0.63% | - |
| HSV(B) | 188.79º | 0.53% | 0.86% | - |
| XYZ | 39.5 | 50.24 | 74.63 | - |
| YUV | 174.34 | 153.2 | 77.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 202 | 219 | 0.53 | 0.08 | 0 | 0.14 | 188.79 | 0.62 | 0.63 |
| Hex | 67 | CA | DB | 35 | 8 | 0 | E | BD | 3E | 3F |
| Octal | 147 | 312 | 333 | 65 | 10 | 0 | 16 | 275 | 76 | 77 |
| Binary | 1100111 | 11001010 | 11011011 | 110101 | 1000 | 0 | 1110 | 10111101 | 111110 | 111111 |
Color Harmonies of #67CADB
Complementary color
Monochromatic Colors of #67CADB
Black with #67CADB
Text Example
Text Example
White with #67CADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67CADB; }
p { color: rgb(103,202,219); }
H1.HeaderClassName
{
color: #67CADB;
}
.AnyTagClassName
{
color: #67CADB;
}
</style>
background-color css
<style>
a { background-color: #67CADB; }
a { background-color: rgb(103,202,219); }
div.DivClassName
{
background-color: #67CADB;
}
.BgClassName
{
background-color: #67CADB;
}
</style>
border-color css
<style>
span { border-color: #67CADB; }
span { border-color: rgb(103,202,219); }
td.TdClassName
{
border-color: #67CADB;
}
.TagClassName
{
border-color: #67CADB;
}
</style>