#43FBEA

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

Shades of Turquoise #43FBEA

Tints of Turquoise #43FBEA

Color information

#43FBEA (or 0x43FBEA) is unknown color: approx Turquoise. HEX triplet: 43, FB and EA. RGB value is (67,251,234). Sum of RGB (Red+Green+Blue) = 67+251+234=552 (73% of max value = 765). Red value is 67 (26.56% from 255 or 12.14% from 552); Green value is 251 (98.44% from 255 or 45.47% from 552); Blue value is 234 (91.80% from 255 or 42.39% from 552); Max value from RGB is 251 - color contains mainly: green. Hex color #43FBEA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #43FBEA is #BC0415. Grayscale: #C1C1C1. Windows color (decimal): -12321814 or 15399747. OLE color: 15399747.

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

Color convert

RGB67251234-
CMYK0.7300.070.02
HSL174.46º95.83%62.35%-
HSV(B)174.46º73.31%98.43%-
XYZ51.6676.1389.81-
YUV194.05150.5437.38-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 12.14%
GREEN value IS 251 (98.44% from 255) = 45.47%
BLUE value IS 234 (91.80% from 255) = 42.39%
R=12.14%
G=45.47%
B=42.39%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal672512340.7300.070.02174.4695.8362.35
Hex43FBEA49072ae603e
Octal10337335211107225614076
Binary100001111111011111010101001001011110101011101100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43FBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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