#4BDFBF

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

Shades of Turquoise #4BDFBF

Tints of Turquoise #4BDFBF

Color information

#4BDFBF (or 0x4BDFBF) is unknown color: approx Turquoise. HEX triplet: 4B, DF and BF. RGB value is (75,223,191). Sum of RGB (Red+Green+Blue) = 75+223+191=489 (64% of max value = 765). Red value is 75 (29.69% from 255 or 15.34% from 489); Green value is 223 (87.5% from 255 or 45.60% from 489); Blue value is 191 (75% from 255 or 39.06% from 489); Max value from RGB is 223 - color contains mainly: green. Hex color #4BDFBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BDFBF is #B42040. Grayscale: #AFAFAF. Windows color (decimal): -11804737 or 12574539. OLE color: 12574539.

HSL color Cylindrical-coordinate representation of color #4BDFBF: hue angle of 167.03º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4BDFBF is Cyan = 0.66, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB75223191-
CMYK0.6600.140.13
HSL167.03º69.81%58.43%-
HSV(B)167.03º66.37%87.45%-
XYZ38.6958.0358.45-
YUV175.1136.9756.6-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 15.34%
GREEN value IS 223 (87.5% from 255) = 45.60%
BLUE value IS 191 (75% from 255) = 39.06%
R=15.34%
G=45.60%
B=39.06%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal752231910.6600.140.13167.0369.8158.43
Hex4BDFBF420EDa7463a
Octal1133372771020161524710672
Binary100101111011111101111111000010011101101101001111000110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BDFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,223,191); }

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

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

 a { background-color: rgb(75,223,191); }

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

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

 span { border-color: rgb(75,223,191); }

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