Shades of Medium Turquoise #43CCD8
Tints of Medium Turquoise #43CCD8
RGB
CMYK
RGB Variations
Color information
#43CCD8 (or 0x43CCD8) is known color: Medium Turquoise. HEX triplet: 43, CC and D8. RGB value is (67,204,216). Sum of RGB (Red+Green+Blue) = 67+204+216=487 (64% of max value = 765). Red value is 67 (26.56% from 255 or 13.76% from 487); Green value is 204 (80.08% from 255 or 41.89% from 487); Blue value is 216 (84.77% from 255 or 44.35% from 487); Max value from RGB is 216 - color contains mainly: blue. Hex color #43CCD8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43CCD8 is #BC3327. Grayscale: #A4A4A4. Windows color (decimal): -12333864 or 14208067. OLE color: 14208067.
HSL color Cylindrical-coordinate representation of color #43CCD8: hue angle of 184.83º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #43CCD8 is Cyan = 0.69, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 67 | 204 | 216 | - |
| CMYK | 0.69 | 0.06 | 0 | 0.15 |
| HSL | 184.83º | 0.66% | 0.55% | - |
| HSV(B) | 184.83º | 0.69% | 0.85% | - |
| XYZ | 36.3 | 49.34 | 72.58 | - |
| YUV | 164.41 | 157.11 | 58.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 204 | 216 | 0.69 | 0.06 | 0 | 0.15 | 184.83 | 0.66 | 0.55 |
| Hex | 43 | CC | D8 | 45 | 6 | 0 | F | B9 | 42 | 37 |
| Octal | 103 | 314 | 330 | 105 | 6 | 0 | 17 | 271 | 102 | 67 |
| Binary | 1000011 | 11001100 | 11011000 | 1000101 | 110 | 0 | 1111 | 10111001 | 1000010 | 110111 |
Color Harmonies of #43CCD8
Complementary color
Monochromatic Colors of #43CCD8
Black with #43CCD8
Text Example
Text Example
White with #43CCD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43CCD8; }
p { color: rgb(67,204,216); }
H1.HeaderClassName
{
color: #43CCD8;
}
.AnyTagClassName
{
color: #43CCD8;
}
</style>
background-color css
<style>
a { background-color: #43CCD8; }
a { background-color: rgb(67,204,216); }
div.DivClassName
{
background-color: #43CCD8;
}
.BgClassName
{
background-color: #43CCD8;
}
</style>
border-color css
<style>
span { border-color: #43CCD8; }
span { border-color: rgb(67,204,216); }
td.TdClassName
{
border-color: #43CCD8;
}
.TagClassName
{
border-color: #43CCD8;
}
</style>