Html Css Color HEX #4BCDB8 Medium Turquoise

📋 copy color: '#4BCDB8'

red 75 ◦ green 205 ◦ blue 184

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

Shades of Medium Turquoise #4BCDB8

Tints of Medium Turquoise #4BCDB8

RGB

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

 GREEN value IS 205 (80.47% from 255) = 44.18%

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

R = 16.16%
G = 44.18%
B = 39.66%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.10

 K value IS 0.20

RGB Variations

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

Color information

#4BCDB8 (or 0x4BCDB8) is known color: Medium Turquoise. HEX triplet: 4B, CD and B8. RGB value is (75,205,184). Sum of RGB (Red+Green+Blue) = 75+205+184=464 (61% of max value = 765). Red value is 75 (29.69% from 255 or 16.16% from 464); Green value is 205 (80.47% from 255 or 44.18% from 464); Blue value is 184 (72.27% from 255 or 39.66% from 464); Max value from RGB is 205 - color contains mainly: green. Hex color #4BCDB8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BCDB8 is #B43247. Grayscale: #A3A3A3. Windows color (decimal): -11809352 or 12111179. OLE color: 12111179.

HSL color Cylindrical-coordinate representation of color #4BCDB8: hue angle of 170.31º 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 #4BCDB8 is Cyan = 0.63, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.20.

Color convert

RGB 75 205 184 -
CMYK 0.63 0 0.10 0.20
HSL 170.31º 0.57% 0.55% -
HSV(B) 170.31º 0.63% 0.8% -
XYZ 33.38 48.62 52.97 -
YUV 163.74 139.43 64.71 -
System Red Green Blue C M Y K H S L
Decimal 75 205 184 0.63 0 0.10 0.20 170.31 0.57 0.55
Hex 4B CD B8 3F 0 A 14 AA 39 37
Octal 113 315 270 77 0 12 24 252 71 67
Binary 1001011 11001101 10111000 111111 0 1010 10100 10101010 111001 110111

Color Harmonies of #4BCDB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BCDB8

Black with #4BCDB8

Text Example


Text Example

White with #4BCDB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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