#4BFBCB

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

Shades of Turquoise #4BFBCB

Tints of Turquoise #4BFBCB

Color information

#4BFBCB (or 0x4BFBCB) is unknown color: approx Turquoise. HEX triplet: 4B, FB and CB. RGB value is (75,251,203). Sum of RGB (Red+Green+Blue) = 75+251+203=529 (70% of max value = 765). Red value is 75 (29.69% from 255 or 14.18% from 529); Green value is 251 (98.44% from 255 or 47.45% from 529); Blue value is 203 (79.69% from 255 or 38.37% from 529); Max value from RGB is 251 - color contains mainly: green. Hex color #4BFBCB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4BFBCB is #B40434. Grayscale: #C0C0C0. Windows color (decimal): -11797557 or 13368139. OLE color: 13368139.

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

Color convert

RGB75251203-
CMYK0.7000.190.02
HSL163.64º95.65%63.92%-
HSV(B)163.64º70.12%98.43%-
XYZ48.1874.868.4-
YUV192.9133.6943.9-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 14.18%
GREEN value IS 251 (98.44% from 255) = 47.45%
BLUE value IS 203 (79.69% from 255) = 38.37%
R=14.18%
G=47.45%
B=38.37%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal752512030.7000.190.02163.6495.6563.92
Hex4BFBCB460132a46040
Octal1133733131060232244140100
Binary100101111111011110010111000110010011101010010011000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BFBCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,251,203); }

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

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

 a { background-color: rgb(75,251,203); }

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

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

 span { border-color: rgb(75,251,203); }

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