#4BDFC0

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

Shades of Turquoise #4BDFC0

Tints of Turquoise #4BDFC0

Color information

#4BDFC0 (or 0x4BDFC0) is unknown color: approx Turquoise. HEX triplet: 4B, DF and C0. RGB value is (75,223,192). Sum of RGB (Red+Green+Blue) = 75+223+192=490 (64% of max value = 765). Red value is 75 (29.69% from 255 or 15.31% from 490); Green value is 223 (87.5% from 255 or 45.51% from 490); Blue value is 192 (75.39% from 255 or 39.18% from 490); Max value from RGB is 223 - color contains mainly: green. Hex color #4BDFC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BDFC0 is #B4203F. Grayscale: #AFAFAF. Windows color (decimal): -11804736 or 12640075. OLE color: 12640075.

HSL color Cylindrical-coordinate representation of color #4BDFC0: hue angle of 167.43º 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 #4BDFC0 is Cyan = 0.66, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB75223192-
CMYK0.6600.140.13
HSL167.43º69.81%58.43%-
HSV(B)167.43º66.37%87.45%-
XYZ38.858.0859.03-
YUV175.21137.4756.52-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 15.31%
GREEN value IS 223 (87.5% from 255) = 45.51%
BLUE value IS 192 (75.39% from 255) = 39.18%
R=15.31%
G=45.51%
B=39.18%

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
Decimal752231920.6600.140.13167.4369.8158.43
Hex4BDFC0420EDa7463a
Octal1133373001020161524710672
Binary100101111011111110000001000010011101101101001111000110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BDFC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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