#43FCAE

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

Shades of Turquoise #43FCAE

Tints of Turquoise #43FCAE

Color information

#43FCAE (or 0x43FCAE) is unknown color: approx Turquoise. HEX triplet: 43, FC and AE. RGB value is (67,252,174). Sum of RGB (Red+Green+Blue) = 67+252+174=493 (65% of max value = 765). Red value is 67 (26.56% from 255 or 13.59% from 493); Green value is 252 (98.83% from 255 or 51.12% from 493); Blue value is 174 (68.36% from 255 or 35.29% from 493); Max value from RGB is 252 - color contains mainly: green. Hex color #43FCAE is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #43FCAE is #BC0351. Grayscale: #BBBBBB. Windows color (decimal): -12321618 or 11467843. OLE color: 11467843.

HSL color Cylindrical-coordinate representation of color #43FCAE: hue angle of 154.7º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #43FCAE is Cyan = 0.73, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.01.

Color convert

RGB67252174-
CMYK0.7300.310.01
HSL154.7º96.86%62.55%-
HSV(B)154.7º73.41%98.82%-
XYZ44.7773.8751.94-
YUV187.79120.2141.84-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 13.59%
GREEN value IS 252 (98.83% from 255) = 51.12%
BLUE value IS 174 (68.36% from 255) = 35.29%
R=13.59%
G=51.12%
B=35.29%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal672521740.7300.310.01154.796.8662.55
Hex43FCAE4901F19b613f
Octal103374256111037123314177
Binary1000011111111001010111010010010111111100110111100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43FCAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,252,174); }

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

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

 a { background-color: rgb(67,252,174); }

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

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

 span { border-color: rgb(67,252,174); }

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