#43FFE1

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

Shades of Turquoise #43FFE1

Tints of Turquoise #43FFE1

Color information

#43FFE1 (or 0x43FFE1) is unknown color: approx Turquoise. HEX triplet: 43, FF and E1. RGB value is (67,255,225). Sum of RGB (Red+Green+Blue) = 67+255+225=547 (72% of max value = 765). Red value is 67 (26.56% from 255 or 12.25% from 547); Green value is 255 (100% from 255 or 46.62% from 547); Blue value is 225 (88.28% from 255 or 41.13% from 547); Max value from RGB is 255 - color contains mainly: green. Hex color #43FFE1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #43FFE1 is #BC001E. Grayscale: #C3C3C3. Windows color (decimal): -12320799 or 14810947. OLE color: 14810947.

HSL color Cylindrical-coordinate representation of color #43FFE1: hue angle of 170.43º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #43FFE1 is Cyan = 0.74, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.

Color convert

RGB67255225-
CMYK0.7400.120
HSL170.43º100%63.14%-
HSV(B)170.43º73.73%100%-
XYZ51.6778.1583.6-
YUV195.37144.7236.44-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 12.25%
GREEN value IS 255 (100% from 255) = 46.62%
BLUE value IS 225 (88.28% from 255) = 41.13%
R=12.25%
G=46.62%
B=41.13%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal672552250.7400.120170.4310063.14
Hex43FFE14A0C0aa643f
Octal103377341112014025214477
Binary100001111111111111000011001010011000101010101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43FFE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,255,225); }

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

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

 a { background-color: rgb(67,255,225); }

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

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

 span { border-color: rgb(67,255,225); }

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