#43eeda

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

Shades of Turquoise #43EEDA

Tints of Turquoise #43EEDA

Color information

#43EEDA (or 0x43EEDA) is unknown color: approx Turquoise. HEX triplet: 43, EE and DA. RGB value is (67,238,218). Sum of RGB (Red+Green+Blue) = 67+238+218=523 (69% of max value = 765). Red value is 67 (26.56% from 255 or 12.81% from 523); Green value is 238 (93.36% from 255 or 45.51% from 523); Blue value is 218 (85.55% from 255 or 41.68% from 523); Max value from RGB is 238 - color contains mainly: green. Hex color #43EEDA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #43EEDA is #BC1125. Grayscale: #B8B8B8. Windows color (decimal): -12325158 or 14347843. OLE color: 14347843.

HSL color Cylindrical-coordinate representation of color #43EEDA: hue angle of 172.98º 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 #43EEDA is Cyan = 0.72, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB67238218-
CMYK0.7200.080.07
HSL172.98º83.41%59.8%-
HSV(B)172.98º71.85%93.33%-
XYZ45.5467.476.94-
YUV184.59146.8544.13-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 12.81%
GREEN value IS 238 (93.36% from 255) = 45.51%
BLUE value IS 218 (85.55% from 255) = 41.68%
R=12.81%
G=45.51%
B=41.68%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal672382180.7200.080.07172.9883.4159.8
Hex43EEDA48087ad533c
Octal103356332110010725512374
Binary10000111110111011011010100100001000111101011011010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43eeda

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,238,218); }

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

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

 a { background-color: rgb(67,238,218); }

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

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

 span { border-color: rgb(67,238,218); }

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