Html Css Color HEX #4BCDBC Medium Turquoise

📋 copy color: '#4BCDBC'

red 75 ◦ green 205 ◦ blue 188

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

Shades of Medium Turquoise #4BCDBC

Tints of Medium Turquoise #4BCDBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 40.17%

R = 16.03%
G = 43.8%
B = 40.17%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.08

 K value IS 0.20

RGB Variations

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

Color information

#4BCDBC (or 0x4BCDBC) is known color: Medium Turquoise. HEX triplet: 4B, CD and BC. RGB value is (75,205,188). Sum of RGB (Red+Green+Blue) = 75+205+188=468 (61% of max value = 765). Red value is 75 (29.69% from 255 or 16.03% from 468); Green value is 205 (80.47% from 255 or 43.80% from 468); Blue value is 188 (73.83% from 255 or 40.17% from 468); Max value from RGB is 205 - color contains mainly: green. Hex color #4BCDBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BCDBC is #B43243. Grayscale: #A4A4A4. Windows color (decimal): -11809348 or 12373323. OLE color: 12373323.

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

Color convert

RGB 75 205 188 -
CMYK 0.63 0 0.08 0.20
HSL 172.15º 0.57% 0.55% -
HSV(B) 172.15º 0.63% 0.8% -
XYZ 33.81 48.79 55.21 -
YUV 164.19 141.43 64.38 -
System Red Green Blue C M Y K H S L
Decimal 75 205 188 0.63 0 0.08 0.20 172.15 0.57 0.55
Hex 4B CD BC 3F 0 8 14 AC 39 37
Octal 113 315 274 77 0 10 24 254 71 67
Binary 1001011 11001101 10111100 111111 0 1000 10100 10101100 111001 110111

Color Harmonies of #4BCDBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BCDBC

Black with #4BCDBC

Text Example


Text Example

White with #4BCDBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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