#4BCDCA

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

Shades of Medium Turquoise #4BCDCA

Tints of Medium Turquoise #4BCDCA

Color information

#4BCDCA (or 0x4BCDCA) is unknown color: approx Medium Turquoise. HEX triplet: 4B, CD and CA. RGB value is (75,205,202). Sum of RGB (Red+Green+Blue) = 75+205+202=482 (63% of max value = 765). Red value is 75 (29.69% from 255 or 15.56% from 482); Green value is 205 (80.47% from 255 or 42.53% from 482); Blue value is 202 (79.30% from 255 or 41.91% from 482); Max value from RGB is 205 - color contains mainly: green. Hex color #4BCDCA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BCDCA is #B43235. Grayscale: #A5A5A5. Windows color (decimal): -11809334 or 13290827. OLE color: 13290827.

HSL color Cylindrical-coordinate representation of color #4BCDCA: hue angle of 178.62º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4BCDCA is Cyan = 0.63, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.20.

Color convert

RGB75205202-
CMYK0.6300.010.20
HSL178.62º56.52%54.9%-
HSV(B)178.62º63.41%80.39%-
XYZ35.3949.4263.55-
YUV165.79148.4363.24-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 15.56%
GREEN value IS 205 (80.47% from 255) = 42.53%
BLUE value IS 202 (79.30% from 255) = 41.91%
R=15.56%
G=42.53%
B=41.91%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal752052020.6300.010.20178.6256.5254.9
Hex4BCDCA3F0114b33937
Octal1133153127701242637167
Binary10010111100110111001010111111011010010110011111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BCDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,205,202); }

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

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

 a { background-color: rgb(75,205,202); }

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

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

 span { border-color: rgb(75,205,202); }

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