Html Css Color HEX #4BD6B8 Medium Turquoise

📋 copy color: '#4BD6B8'

red 75 ◦ green 214 ◦ blue 184

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

Shades of Medium Turquoise #4BD6B8

Tints of Medium Turquoise #4BD6B8

RGB

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

 GREEN value IS 214 (83.98% from 255) = 45.24%

 BLUE value IS 184 (72.27% from 255) = 38.9%

R = 15.86%
G = 45.24%
B = 38.9%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#4BD6B8 (or 0x4BD6B8) is known color: Medium Turquoise. HEX triplet: 4B, D6 and B8. RGB value is (75,214,184). Sum of RGB (Red+Green+Blue) = 75+214+184=473 (62% of max value = 765). Red value is 75 (29.69% from 255 or 15.86% from 473); Green value is 214 (83.98% from 255 or 45.24% from 473); Blue value is 184 (72.27% from 255 or 38.90% from 473); Max value from RGB is 214 - color contains mainly: green. Hex color #4BD6B8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BD6B8 is #B42947. Grayscale: #A9A9A9. Windows color (decimal): -11807048 or 12113483. OLE color: 12113483.

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

Color convert

RGB 75 214 184 -
CMYK 0.65 0 0.14 0.16
HSL 167.05º 0.63% 0.57% -
HSV(B) 167.05º 0.65% 0.84% -
XYZ 35.6 53.05 53.71 -
YUV 169.02 136.45 60.94 -
System Red Green Blue C M Y K H S L
Decimal 75 214 184 0.65 0 0.14 0.16 167.05 0.63 0.57
Hex 4B D6 B8 41 0 E 10 A7 3F 39
Octal 113 326 270 101 0 16 20 247 77 71
Binary 1001011 11010110 10111000 1000001 0 1110 10000 10100111 111111 111001

Color Harmonies of #4BD6B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BD6B8

Black with #4BD6B8

Text Example


Text Example

White with #4BD6B8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,214,184); }

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

background-color css

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

 a { background-color: rgb(75,214,184); }

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

border-color css

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

 span { border-color: rgb(75,214,184); }

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