#43FBBA

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

Shades of Turquoise #43FBBA

Tints of Turquoise #43FBBA

Color information

#43FBBA (or 0x43FBBA) is unknown color: approx Turquoise. HEX triplet: 43, FB and BA. RGB value is (67,251,186). Sum of RGB (Red+Green+Blue) = 67+251+186=504 (66% of max value = 765). Red value is 67 (26.56% from 255 or 13.29% from 504); Green value is 251 (98.44% from 255 or 49.80% from 504); Blue value is 186 (73.05% from 255 or 36.90% from 504); Max value from RGB is 251 - color contains mainly: green. Hex color #43FBBA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #43FBBA is #BC0445. Grayscale: #BCBCBC. Windows color (decimal): -12321862 or 12254019. OLE color: 12254019.

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

Color convert

RGB67251186-
CMYK0.7300.260.02
HSL158.8º95.83%62.35%-
HSV(B)158.8º73.31%98.43%-
XYZ45.6773.7358.28-
YUV188.57126.5441.29-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 13.29%
GREEN value IS 251 (98.44% from 255) = 49.80%
BLUE value IS 186 (73.05% from 255) = 36.90%
R=13.29%
G=49.80%
B=36.90%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal672511860.7300.260.02158.895.8362.35
Hex43FBBA4901A29f603e
Octal103373272111032223714076
Binary10000111111101110111010100100101101010100111111100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43FBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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