Shades of Turquoise #43EDC3
Tints of Turquoise #43EDC3
RGB
CMYK
RGB Variations
Color information
#43EDC3 (or 0x43EDC3) is known color: Turquoise. HEX triplet: 43, ED and C3. RGB value is (67,237,195). Sum of RGB (Red+Green+Blue) = 67+237+195=499 (66% of max value = 765). Red value is 67 (26.56% from 255 or 13.43% from 499); Green value is 237 (92.97% from 255 or 47.49% from 499); Blue value is 195 (76.56% from 255 or 39.08% from 499); Max value from RGB is 237 - color contains mainly: green. Hex color #43EDC3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #43EDC3 is #BC123C. Grayscale: #B5B5B5. Windows color (decimal): -12325437 or 12840259. OLE color: 12840259.
HSL color Cylindrical-coordinate representation of color #43EDC3: hue angle of 165.18º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #43EDC3 is Cyan = 0.72, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 67 | 237 | 195 | - |
| CMYK | 0.72 | 0 | 0.18 | 0.07 |
| HSL | 165.18º | 0.83% | 0.6% | - |
| HSV(B) | 165.18º | 0.72% | 0.93% | - |
| XYZ | 42.45 | 65.7 | 62.07 | - |
| YUV | 181.38 | 135.68 | 46.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 237 | 195 | 0.72 | 0 | 0.18 | 0.07 | 165.18 | 0.83 | 0.6 |
| Hex | 43 | ED | C3 | 48 | 0 | 12 | 7 | A5 | 53 | 3C |
| Octal | 103 | 355 | 303 | 110 | 0 | 22 | 7 | 245 | 123 | 74 |
| Binary | 1000011 | 11101101 | 11000011 | 1001000 | 0 | 10010 | 111 | 10100101 | 1010011 | 111100 |
Color Harmonies of #43EDC3
Complementary color
Monochromatic Colors of #43EDC3
Black with #43EDC3
Text Example
Text Example
White with #43EDC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43EDC3; }
p { color: rgb(67,237,195); }
H1.HeaderClassName
{
color: #43EDC3;
}
.AnyTagClassName
{
color: #43EDC3;
}
</style>
background-color css
<style>
a { background-color: #43EDC3; }
a { background-color: rgb(67,237,195); }
div.DivClassName
{
background-color: #43EDC3;
}
.BgClassName
{
background-color: #43EDC3;
}
</style>
border-color css
<style>
span { border-color: #43EDC3; }
span { border-color: rgb(67,237,195); }
td.TdClassName
{
border-color: #43EDC3;
}
.TagClassName
{
border-color: #43EDC3;
}
</style>