#4BC4DA

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

Shades of Medium Turquoise #4BC4DA

Tints of Medium Turquoise #4BC4DA

Color information

#4BC4DA (or 0x4BC4DA) is unknown color: approx Medium Turquoise. HEX triplet: 4B, C4 and DA. RGB value is (75,196,218). Sum of RGB (Red+Green+Blue) = 75+196+218=489 (64% of max value = 765). Red value is 75 (29.69% from 255 or 15.34% from 489); Green value is 196 (76.95% from 255 or 40.08% from 489); Blue value is 218 (85.55% from 255 or 44.58% from 489); Max value from RGB is 218 - color contains mainly: blue. Hex color #4BC4DA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BC4DA is #B43B25. Grayscale: #A2A2A2. Windows color (decimal): -11811622 or 14337099. OLE color: 14337099.

HSL color Cylindrical-coordinate representation of color #4BC4DA: hue angle of 189.23º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4BC4DA is Cyan = 0.66, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB75196218-
CMYK0.660.1000.15
HSL189.23º65.9%57.45%-
HSV(B)189.23º65.6%85.49%-
XYZ35.346.0473.36-
YUV162.33159.4165.71-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 15.34%
GREEN value IS 196 (76.95% from 255) = 40.08%
BLUE value IS 218 (85.55% from 255) = 44.58%
R=15.34%
G=40.08%
B=44.58%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal751962180.660.1000.15189.2365.957.45
Hex4BC4DA42A0Fbd4239
Octal1133043321021201727510271
Binary100101111000100110110101000010101001111101111011000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BC4DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,196,218); }

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

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

 a { background-color: rgb(75,196,218); }

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

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

 span { border-color: rgb(75,196,218); }

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