Html Css Color HEX #4BD2B5 Medium Turquoise

📋 copy color: '#4BD2B5'

red 75 ◦ green 210 ◦ blue 181

#4BD2B5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Turquoise #4BD2B5

Tints of Medium Turquoise #4BD2B5

RGB

 RED value IS 75 (29.69% from 255) = 16.09%

 GREEN value IS 210 (82.42% from 255) = 45.06%

 BLUE value IS 181 (71.09% from 255) = 38.84%

R = 16.09%
G = 45.06%
B = 38.84%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.14

 K value IS 0.18

RGB Variations

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

Color information

#4BD2B5 (or 0x4BD2B5) is known color: Medium Turquoise. HEX triplet: 4B, D2 and B5. RGB value is (75,210,181). Sum of RGB (Red+Green+Blue) = 75+210+181=466 (61% of max value = 765). Red value is 75 (29.69% from 255 or 16.09% from 466); Green value is 210 (82.42% from 255 or 45.06% from 466); Blue value is 181 (71.09% from 255 or 38.84% from 466); Max value from RGB is 210 - color contains mainly: green. Hex color #4BD2B5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BD2B5 is #B42D4A. Grayscale: #A6A6A6. Windows color (decimal): -11808075 or 11915851. OLE color: 11915851.

HSL color Cylindrical-coordinate representation of color #4BD2B5: hue angle of 167.11º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4BD2B5 is Cyan = 0.64, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.18.

Color convert

RGB 75 210 181 -
CMYK 0.64 0 0.14 0.18
HSL 167.11º 0.6% 0.56% -
HSV(B) 167.11º 0.64% 0.82% -
XYZ 34.29 50.93 51.74 -
YUV 166.33 136.27 62.86 -
System Red Green Blue C M Y K H S L
Decimal 75 210 181 0.64 0 0.14 0.18 167.11 0.6 0.56
Hex 4B D2 B5 40 0 E 12 A7 3C 38
Octal 113 322 265 100 0 16 22 247 74 70
Binary 1001011 11010010 10110101 1000000 0 1110 10010 10100111 111100 111000

Color Harmonies of #4BD2B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BD2B5

Black with #4BD2B5

Text Example


Text Example

White with #4BD2B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,210,181); }

 H1.HeaderClassName
 {
   color: #4BD2B5;
 }
 .AnyTagClassName
 {
   color: #4BD2B5;
 }
</style>

background-color css

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

 a { background-color: rgb(75,210,181); }

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

border-color css

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

 span { border-color: rgb(75,210,181); }

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