#4BF7B3

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

Shades of Turquoise #4BF7B3

Tints of Turquoise #4BF7B3

Color information

#4BF7B3 (or 0x4BF7B3) is unknown color: approx Turquoise. HEX triplet: 4B, F7 and B3. RGB value is (75,247,179). Sum of RGB (Red+Green+Blue) = 75+247+179=501 (66% of max value = 765). Red value is 75 (29.69% from 255 or 14.97% from 501); Green value is 247 (96.88% from 255 or 49.30% from 501); Blue value is 179 (70.31% from 255 or 35.73% from 501); Max value from RGB is 247 - color contains mainly: green. Hex color #4BF7B3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4BF7B3 is #B4084C. Grayscale: #BBBBBB. Windows color (decimal): -11798605 or 11794251. OLE color: 11794251.

HSL color Cylindrical-coordinate representation of color #4BF7B3: hue angle of 156.28º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4BF7B3 is Cyan = 0.70, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.03.

Color convert

RGB75247179-
CMYK0.7000.280.03
HSL156.28º91.49%63.14%-
HSV(B)156.28º69.64%96.86%-
XYZ44.371.2754.07-
YUV187.82123.0247.53-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 14.97%
GREEN value IS 247 (96.88% from 255) = 49.30%
BLUE value IS 179 (70.31% from 255) = 35.73%
R=14.97%
G=49.30%
B=35.73%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal752471790.7000.280.03156.2891.4963.14
Hex4BF7B34601C39c5b3f
Octal113367263106034323413377
Binary10010111111011110110011100011001110011100111001011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BF7B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,247,179); }

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

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

 a { background-color: rgb(75,247,179); }

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

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

 span { border-color: rgb(75,247,179); }

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