#43E4C4

Color #43E4C4 Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise #43E4C4

Tints of Turquoise #43E4C4

Color information

#43E4C4 (or 0x43E4C4) is unknown color: approx Turquoise. HEX triplet: 43, E4 and C4. RGB value is (67,228,196). Sum of RGB (Red+Green+Blue) = 67+228+196=491 (65% of max value = 765). Red value is 67 (26.56% from 255 or 13.65% from 491); Green value is 228 (89.45% from 255 or 46.44% from 491); Blue value is 196 (76.95% from 255 or 39.92% from 491); Max value from RGB is 228 - color contains mainly: green. Hex color #43E4C4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43E4C4 is #BC1B3B. Grayscale: #B0B0B0. Windows color (decimal): -12327740 or 12903491. OLE color: 12903491.

HSL color Cylindrical-coordinate representation of color #43E4C4: hue angle of 168.07º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #43E4C4 is Cyan = 0.71, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.11.

Color convert

RGB67228196-
CMYK0.7100.140.11
HSL168.07º74.88%57.84%-
HSV(B)168.07º70.61%89.41%-
XYZ40.0260.6761.82-
YUV176.21139.1650.1-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 67 (26.56% from 255) = 13.65%
GREEN value IS 228 (89.45% from 255) = 46.44%
BLUE value IS 196 (76.95% from 255) = 39.92%
R=13.65%
G=46.44%
B=39.92%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal672281960.7100.140.11168.0774.8857.84
Hex43E4C4470EBa84b3a
Octal1033443041070161325011372
Binary100001111100100110001001000111011101011101010001001011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43E4C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43E4C4; }

 p { color: rgb(67,228,196); }

 H1.HeaderClassName
 {
   color: #43E4C4;
 }
 .AnyTagClassName
 {
   color: #43E4C4;
 }
</style>
background-color css

<style>
 a { background-color: #43E4C4; }

 a { background-color: rgb(67,228,196); }

 div.DivClassName
 {
   background-color: #43E4C4;
 }
 .BgClassName
 {
   background-color: #43E4C4;
 }
</style>
border-color css

<style>
 span { border-color: #43E4C4; }

 span { border-color: rgb(67,228,196); }

 td.TdClassName
 {
   border-color: #43E4C4;
 }
 .TagClassName
 {
   border-color: #43E4C4;
 }
</style>