Shades of Turquoise Blue #67CDD3
Tints of Turquoise Blue #67CDD3
RGB
CMYK
RGB Variations
Color information
#67CDD3 (or 0x67CDD3) is known color: Turquoise Blue. HEX triplet: 67, CD and D3. RGB value is (103,205,211). Sum of RGB (Red+Green+Blue) = 103+205+211=519 (68% of max value = 765). Red value is 103 (40.62% from 255 or 19.85% from 519); Green value is 205 (80.47% from 255 or 39.50% from 519); Blue value is 211 (82.81% from 255 or 40.66% from 519); Max value from RGB is 211 - color contains mainly: blue. Hex color #67CDD3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67CDD3 is #98322C. Grayscale: #AFAFAF. Windows color (decimal): -9974317 or 13880679. OLE color: 13880679.
HSL color Cylindrical-coordinate representation of color #67CDD3: hue angle of 183.33º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #67CDD3 is Cyan = 0.51, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 103 | 205 | 211 | - |
| CMYK | 0.51 | 0.03 | 0 | 0.17 |
| HSL | 183.33º | 0.55% | 0.62% | - |
| HSV(B) | 183.33º | 0.51% | 0.83% | - |
| XYZ | 39.18 | 51.25 | 69.45 | - |
| YUV | 175.19 | 148.21 | 76.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 205 | 211 | 0.51 | 0.03 | 0 | 0.17 | 183.33 | 0.55 | 0.62 |
| Hex | 67 | CD | D3 | 33 | 3 | 0 | 11 | B7 | 37 | 3E |
| Octal | 147 | 315 | 323 | 63 | 3 | 0 | 21 | 267 | 67 | 76 |
| Binary | 1100111 | 11001101 | 11010011 | 110011 | 11 | 0 | 10001 | 10110111 | 110111 | 111110 |
Color Harmonies of #67CDD3
Complementary color
Monochromatic Colors of #67CDD3
Black with #67CDD3
Text Example
Text Example
White with #67CDD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67CDD3; }
p { color: rgb(103,205,211); }
H1.HeaderClassName
{
color: #67CDD3;
}
.AnyTagClassName
{
color: #67CDD3;
}
</style>
background-color css
<style>
a { background-color: #67CDD3; }
a { background-color: rgb(103,205,211); }
div.DivClassName
{
background-color: #67CDD3;
}
.BgClassName
{
background-color: #67CDD3;
}
</style>
border-color css
<style>
span { border-color: #67CDD3; }
span { border-color: rgb(103,205,211); }
td.TdClassName
{
border-color: #67CDD3;
}
.TagClassName
{
border-color: #67CDD3;
}
</style>