#43D9E0

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

Shades of Turquoise #43D9E0

Tints of Turquoise #43D9E0

Color information

#43D9E0 (or 0x43D9E0) is unknown color: approx Turquoise. HEX triplet: 43, D9 and E0. RGB value is (67,217,224). Sum of RGB (Red+Green+Blue) = 67+217+224=508 (67% of max value = 765). Red value is 67 (26.56% from 255 or 13.19% from 508); Green value is 217 (85.16% from 255 or 42.72% from 508); Blue value is 224 (87.89% from 255 or 44.09% from 508); Max value from RGB is 224 - color contains mainly: blue. Hex color #43D9E0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43D9E0 is #BC261F. Grayscale: #ACACAC. Windows color (decimal): -12330528 or 14735683. OLE color: 14735683.

HSL color Cylindrical-coordinate representation of color #43D9E0: hue angle of 182.68º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #43D9E0 is Cyan = 0.70, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB67217224-
CMYK0.700.0300.12
HSL182.68º71.69%57.06%-
HSV(B)182.68º70.09%87.84%-
XYZ40.5856.279.23-
YUV172.95156.852.43-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 13.19%
GREEN value IS 217 (85.16% from 255) = 42.72%
BLUE value IS 224 (87.89% from 255) = 44.09%
R=13.19%
G=42.72%
B=44.09%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal672172240.700.0300.12182.6871.6957.06
Hex43D9E04630Cb74839
Octal103331340106301426711071
Binary1000011110110011110000010001101101100101101111001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43D9E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,217,224); }

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

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

 a { background-color: rgb(67,217,224); }

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

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

 span { border-color: rgb(67,217,224); }

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