#4BD5D1

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

Shades of Medium Turquoise #4BD5D1

Tints of Medium Turquoise #4BD5D1

Color information

#4BD5D1 (or 0x4BD5D1) is unknown color: approx Medium Turquoise. HEX triplet: 4B, D5 and D1. RGB value is (75,213,209). Sum of RGB (Red+Green+Blue) = 75+213+209=497 (65% of max value = 765). Red value is 75 (29.69% from 255 or 15.09% from 497); Green value is 213 (83.59% from 255 or 42.86% from 497); Blue value is 209 (82.03% from 255 or 42.05% from 497); Max value from RGB is 213 - color contains mainly: green. Hex color #4BD5D1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BD5D1 is #B42A2E. Grayscale: #ABABAB. Windows color (decimal): -11807279 or 13751627. OLE color: 13751627.

HSL color Cylindrical-coordinate representation of color #4BD5D1: hue angle of 178.26º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4BD5D1 is Cyan = 0.65, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB75213209-
CMYK0.6500.020.16
HSL178.26º62.16%56.47%-
HSV(B)178.26º64.79%83.53%-
XYZ38.253.6968.67-
YUV171.28149.2859.33-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 15.09%
GREEN value IS 213 (83.59% from 255) = 42.86%
BLUE value IS 209 (82.03% from 255) = 42.05%
R=15.09%
G=42.86%
B=42.05%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal752132090.6500.020.16178.2662.1656.47
Hex4BD5D1410210b23e38
Octal11332532110102202627670
Binary1001011110101011101000110000010101000010110010111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BD5D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,213,209); }

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

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

 a { background-color: rgb(75,213,209); }

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

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

 span { border-color: rgb(75,213,209); }

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