#43EFBB

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

Shades of Turquoise #43EFBB

Tints of Turquoise #43EFBB

Color information

#43EFBB (or 0x43EFBB) is unknown color: approx Turquoise. HEX triplet: 43, EF and BB. RGB value is (67,239,187). Sum of RGB (Red+Green+Blue) = 67+239+187=493 (65% of max value = 765). Red value is 67 (26.56% from 255 or 13.59% from 493); Green value is 239 (93.75% from 255 or 48.48% from 493); Blue value is 187 (73.44% from 255 or 37.93% from 493); Max value from RGB is 239 - color contains mainly: green. Hex color #43EFBB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #43EFBB is #BC1044. Grayscale: #B5B5B5. Windows color (decimal): -12324933 or 12316483. OLE color: 12316483.

HSL color Cylindrical-coordinate representation of color #43EFBB: hue angle of 161.86º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #43EFBB is Cyan = 0.72, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB67239187-
CMYK0.7200.220.06
HSL161.86º84.31%60%-
HSV(B)161.86º71.97%93.73%-
XYZ42.1566.5157.63-
YUV181.64131.0246.23-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 13.59%
GREEN value IS 239 (93.75% from 255) = 48.48%
BLUE value IS 187 (73.44% from 255) = 37.93%
R=13.59%
G=48.48%
B=37.93%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal672391870.7200.220.06161.8684.3160
Hex43EFBB480166a2543c
Octal103357273110026624212474
Binary100001111101111101110111001000010110110101000101010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43EFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,239,187); }

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

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

 a { background-color: rgb(67,239,187); }

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

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

 span { border-color: rgb(67,239,187); }

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