#4BF9B3

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

Shades of Turquoise #4BF9B3

Tints of Turquoise #4BF9B3

Color information

#4BF9B3 (or 0x4BF9B3) is unknown color: approx Turquoise. HEX triplet: 4B, F9 and B3. RGB value is (75,249,179). Sum of RGB (Red+Green+Blue) = 75+249+179=503 (66% of max value = 765). Red value is 75 (29.69% from 255 or 14.91% from 503); Green value is 249 (97.66% from 255 or 49.50% from 503); Blue value is 179 (70.31% from 255 or 35.59% from 503); Max value from RGB is 249 - color contains mainly: green. Hex color #4BF9B3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4BF9B3 is #B4064C. Grayscale: #BDBDBD. Windows color (decimal): -11798093 or 11794763. OLE color: 11794763.

HSL color Cylindrical-coordinate representation of color #4BF9B3: hue angle of 155.86º degrees, saturation: 0.94, 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 #4BF9B3 is Cyan = 0.70, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.

Color convert

RGB75249179-
CMYK0.7000.280.02
HSL155.86º93.55%63.53%-
HSV(B)155.86º69.88%97.65%-
XYZ44.9172.554.27-
YUV188.99122.3546.69-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 14.91%
GREEN value IS 249 (97.66% from 255) = 49.50%
BLUE value IS 179 (70.31% from 255) = 35.59%
R=14.91%
G=49.50%
B=35.59%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal752491790.7000.280.02155.8693.5563.53
Hex4BF9B34601C29c5e40
Octal1133712631060342234136100
Binary100101111111001101100111000110011100101001110010111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BF9B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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