Shades of Turquoise #43DCEA
Tints of Turquoise #43DCEA
RGB
CMYK
RGB Variations
Color information
#43DCEA (or 0x43DCEA) is known color: Turquoise. HEX triplet: 43, DC and EA. RGB value is (67,220,234). Sum of RGB (Red+Green+Blue) = 67+220+234=521 (69% of max value = 765). Red value is 67 (26.56% from 255 or 12.86% from 521); Green value is 220 (86.33% from 255 or 42.23% from 521); Blue value is 234 (91.80% from 255 or 44.91% from 521); Max value from RGB is 234 - color contains mainly: blue. Hex color #43DCEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #43DCEA is #BC2315. Grayscale: #AFAFAF. Windows color (decimal): -12329750 or 15391811. OLE color: 15391811.
HSL color Cylindrical-coordinate representation of color #43DCEA: hue angle of 185.03º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #43DCEA is Cyan = 0.71, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 67 | 220 | 234 | - |
| CMYK | 0.71 | 0.06 | 0 | 0.08 |
| HSL | 185.03º | 0.8% | 0.59% | - |
| HSV(B) | 185.03º | 0.71% | 0.92% | - |
| XYZ | 42.76 | 58.32 | 86.85 | - |
| YUV | 175.85 | 160.81 | 50.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 220 | 234 | 0.71 | 0.06 | 0 | 0.08 | 185.03 | 0.8 | 0.59 |
| Hex | 43 | DC | EA | 47 | 6 | 0 | 8 | B9 | 50 | 3B |
| Octal | 103 | 334 | 352 | 107 | 6 | 0 | 10 | 271 | 120 | 73 |
| Binary | 1000011 | 11011100 | 11101010 | 1000111 | 110 | 0 | 1000 | 10111001 | 1010000 | 111011 |
Color Harmonies of #43DCEA
Complementary color
Monochromatic Colors of #43DCEA
Black with #43DCEA
Text Example
Text Example
White with #43DCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43DCEA; }
p { color: rgb(67,220,234); }
H1.HeaderClassName
{
color: #43DCEA;
}
.AnyTagClassName
{
color: #43DCEA;
}
</style>
background-color css
<style>
a { background-color: #43DCEA; }
a { background-color: rgb(67,220,234); }
div.DivClassName
{
background-color: #43DCEA;
}
.BgClassName
{
background-color: #43DCEA;
}
</style>
border-color css
<style>
span { border-color: #43DCEA; }
span { border-color: rgb(67,220,234); }
td.TdClassName
{
border-color: #43DCEA;
}
.TagClassName
{
border-color: #43DCEA;
}
</style>