Shades of Medium Turquoise #43CCD2
Tints of Medium Turquoise #43CCD2
RGB
CMYK
RGB Variations
Color information
#43CCD2 (or 0x43CCD2) is known color: Medium Turquoise. HEX triplet: 43, CC and D2. RGB value is (67,204,210). Sum of RGB (Red+Green+Blue) = 67+204+210=481 (63% of max value = 765). Red value is 67 (26.56% from 255 or 13.93% from 481); Green value is 204 (80.08% from 255 or 42.41% from 481); Blue value is 210 (82.42% from 255 or 43.66% from 481); Max value from RGB is 210 - color contains mainly: blue. Hex color #43CCD2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43CCD2 is #BC332D. Grayscale: #A3A3A3. Windows color (decimal): -12333870 or 13814851. OLE color: 13814851.
HSL color Cylindrical-coordinate representation of color #43CCD2: hue angle of 182.52º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #43CCD2 is Cyan = 0.68, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 67 | 204 | 210 | - |
| CMYK | 0.68 | 0.03 | 0 | 0.18 |
| HSL | 182.52º | 0.61% | 0.54% | - |
| HSV(B) | 182.52º | 0.68% | 0.82% | - |
| XYZ | 35.54 | 49.03 | 68.56 | - |
| YUV | 163.72 | 154.11 | 59.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 204 | 210 | 0.68 | 0.03 | 0 | 0.18 | 182.52 | 0.61 | 0.54 |
| Hex | 43 | CC | D2 | 44 | 3 | 0 | 12 | B7 | 3D | 36 |
| Octal | 103 | 314 | 322 | 104 | 3 | 0 | 22 | 267 | 75 | 66 |
| Binary | 1000011 | 11001100 | 11010010 | 1000100 | 11 | 0 | 10010 | 10110111 | 111101 | 110110 |
Color Harmonies of #43CCD2
Complementary color
Monochromatic Colors of #43CCD2
Black with #43CCD2
Text Example
Text Example
White with #43CCD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43CCD2; }
p { color: rgb(67,204,210); }
H1.HeaderClassName
{
color: #43CCD2;
}
.AnyTagClassName
{
color: #43CCD2;
}
</style>
background-color css
<style>
a { background-color: #43CCD2; }
a { background-color: rgb(67,204,210); }
div.DivClassName
{
background-color: #43CCD2;
}
.BgClassName
{
background-color: #43CCD2;
}
</style>
border-color css
<style>
span { border-color: #43CCD2; }
span { border-color: rgb(67,204,210); }
td.TdClassName
{
border-color: #43CCD2;
}
.TagClassName
{
border-color: #43CCD2;
}
</style>