Shades of Turquoise Blue #67CED2
Tints of Turquoise Blue #67CED2
RGB
CMYK
RGB Variations
Color information
#67CED2 (or 0x67CED2) is known color: Turquoise Blue. HEX triplet: 67, CE and D2. RGB value is (103,206,210). Sum of RGB (Red+Green+Blue) = 103+206+210=519 (68% of max value = 765). Red value is 103 (40.62% from 255 or 19.85% from 519); Green value is 206 (80.86% from 255 or 39.69% from 519); Blue value is 210 (82.42% from 255 or 40.46% from 519); Max value from RGB is 210 - color contains mainly: blue. Hex color #67CED2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67CED2 is #98312D. Grayscale: #AFAFAF. Windows color (decimal): -9974062 or 13815399. OLE color: 13815399.
HSL color Cylindrical-coordinate representation of color #67CED2: hue angle of 182.24º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #67CED2 is Cyan = 0.51, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 103 | 206 | 210 | - |
| CMYK | 0.51 | 0.02 | 0 | 0.18 |
| HSL | 182.24º | 0.54% | 0.61% | - |
| HSV(B) | 182.24º | 0.51% | 0.82% | - |
| XYZ | 39.3 | 51.68 | 68.88 | - |
| YUV | 175.66 | 147.38 | 76.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 206 | 210 | 0.51 | 0.02 | 0 | 0.18 | 182.24 | 0.54 | 0.61 |
| Hex | 67 | CE | D2 | 33 | 2 | 0 | 12 | B6 | 36 | 3D |
| Octal | 147 | 316 | 322 | 63 | 2 | 0 | 22 | 266 | 66 | 75 |
| Binary | 1100111 | 11001110 | 11010010 | 110011 | 10 | 0 | 10010 | 10110110 | 110110 | 111101 |
Color Harmonies of #67CED2
Complementary color
Monochromatic Colors of #67CED2
Black with #67CED2
Text Example
Text Example
White with #67CED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67CED2; }
p { color: rgb(103,206,210); }
H1.HeaderClassName
{
color: #67CED2;
}
.AnyTagClassName
{
color: #67CED2;
}
</style>
background-color css
<style>
a { background-color: #67CED2; }
a { background-color: rgb(103,206,210); }
div.DivClassName
{
background-color: #67CED2;
}
.BgClassName
{
background-color: #67CED2;
}
</style>
border-color css
<style>
span { border-color: #67CED2; }
span { border-color: rgb(103,206,210); }
td.TdClassName
{
border-color: #67CED2;
}
.TagClassName
{
border-color: #67CED2;
}
</style>