#4BFDBA

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

Shades of Turquoise #4BFDBA

Tints of Turquoise #4BFDBA

Color information

#4BFDBA (or 0x4BFDBA) is unknown color: approx Turquoise. HEX triplet: 4B, FD and BA. RGB value is (75,253,186). Sum of RGB (Red+Green+Blue) = 75+253+186=514 (68% of max value = 765). Red value is 75 (29.69% from 255 or 14.59% from 514); Green value is 253 (99.22% from 255 or 49.22% from 514); Blue value is 186 (73.05% from 255 or 36.19% from 514); Max value from RGB is 253 - color contains mainly: green. Hex color #4BFDBA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4BFDBA is #B40245. Grayscale: #C0C0C0. Windows color (decimal): -11797062 or 12254539. OLE color: 12254539.

HSL color Cylindrical-coordinate representation of color #4BFDBA: hue angle of 157.42º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4BFDBA is Cyan = 0.70, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB75253186-
CMYK0.7000.260.01
HSL157.42º97.8%64.31%-
HSV(B)157.42º70.36%99.22%-
XYZ46.8975.2958.52-
YUV192.14124.5344.45-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 14.59%
GREEN value IS 253 (99.22% from 255) = 49.22%
BLUE value IS 186 (73.05% from 255) = 36.19%
R=14.59%
G=49.22%
B=36.19%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal752531860.7000.260.01157.4297.864.31
Hex4BFDBA4601A19d6240
Octal1133752721060321235142100
Binary10010111111110110111010100011001101011001110111000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BFDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4BFDBA; }

 p { color: rgb(75,253,186); }

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

<style>
 a { background-color: #4BFDBA; }

 a { background-color: rgb(75,253,186); }

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

<style>
 span { border-color: #4BFDBA; }

 span { border-color: rgb(75,253,186); }

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