#43FBE0

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

Shades of Turquoise #43FBE0

Tints of Turquoise #43FBE0

Color information

#43FBE0 (or 0x43FBE0) is unknown color: approx Turquoise. HEX triplet: 43, FB and E0. RGB value is (67,251,224). Sum of RGB (Red+Green+Blue) = 67+251+224=542 (71% of max value = 765). Red value is 67 (26.56% from 255 or 12.36% from 542); Green value is 251 (98.44% from 255 or 46.31% from 542); Blue value is 224 (87.89% from 255 or 41.33% from 542); Max value from RGB is 251 - color contains mainly: green. Hex color #43FBE0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #43FBE0 is #BC041F. Grayscale: #C0C0C0. Windows color (decimal): -12321824 or 14744387. OLE color: 14744387.

HSL color Cylindrical-coordinate representation of color #43FBE0: hue angle of 171.2º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #43FBE0 is Cyan = 0.73, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB67251224-
CMYK0.7300.110.02
HSL171.2º95.83%62.35%-
HSV(B)171.2º73.31%98.43%-
XYZ50.2775.5782.46-
YUV192.91145.5438.2-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 12.36%
GREEN value IS 251 (98.44% from 255) = 46.31%
BLUE value IS 224 (87.89% from 255) = 41.33%
R=12.36%
G=46.31%
B=41.33%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal672512240.7300.110.02171.295.8362.35
Hex43FBE0490B2ab603e
Octal103373340111013225314076
Binary1000011111110111110000010010010101110101010111100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43FBE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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