#43DEEE

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

Shades of Turquoise #43DEEE

Tints of Turquoise #43DEEE

Color information

#43DEEE (or 0x43DEEE) is unknown color: approx Turquoise. HEX triplet: 43, DE and EE. RGB value is (67,222,238). Sum of RGB (Red+Green+Blue) = 67+222+238=527 (69% of max value = 765). Red value is 67 (26.56% from 255 or 12.71% from 527); Green value is 222 (87.11% from 255 or 42.13% from 527); Blue value is 238 (93.36% from 255 or 45.16% from 527); Max value from RGB is 238 - color contains mainly: blue. Hex color #43DEEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #43DEEE is #BC2111. Grayscale: #B1B1B1. Windows color (decimal): -12329234 or 15654467. OLE color: 15654467.

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

Color convert

RGB67222238-
CMYK0.720.0700.07
HSL185.61º83.41%59.8%-
HSV(B)185.61º71.85%93.33%-
XYZ43.8759.6190.08-
YUV177.48162.1549.2-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 12.71%
GREEN value IS 222 (87.11% from 255) = 42.13%
BLUE value IS 238 (93.36% from 255) = 45.16%
R=12.71%
G=42.13%
B=45.16%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal672222380.720.0700.07185.6183.4159.8
Hex43DEEE48707ba533c
Octal10333635611070727212374
Binary1000011110111101110111010010001110111101110101010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43DEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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