Html Css Color HEX #4BDBBF Medium Turquoise

📋 copy color: '#4BDBBF'

red 75 ◦ green 219 ◦ blue 191

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

Shades of Medium Turquoise #4BDBBF

Tints of Medium Turquoise #4BDBBF

RGB

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

 GREEN value IS 219 (85.94% from 255) = 45.15%

 BLUE value IS 191 (75% from 255) = 39.38%

R = 15.46%
G = 45.15%
B = 39.38%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#4BDBBF (or 0x4BDBBF) is known color: Medium Turquoise. HEX triplet: 4B, DB and BF. RGB value is (75,219,191). Sum of RGB (Red+Green+Blue) = 75+219+191=485 (64% of max value = 765). Red value is 75 (29.69% from 255 or 15.46% from 485); Green value is 219 (85.94% from 255 or 45.15% from 485); Blue value is 191 (75% from 255 or 39.38% from 485); Max value from RGB is 219 - color contains mainly: green. Hex color #4BDBBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BDBBF is #B42440. Grayscale: #ACACAC. Windows color (decimal): -11805761 or 12573515. OLE color: 12573515.

HSL color Cylindrical-coordinate representation of color #4BDBBF: hue angle of 168.33º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4BDBBF is Cyan = 0.66, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.

Color convert

RGB 75 219 191 -
CMYK 0.66 0 0.13 0.14
HSL 168.33º 0.67% 0.58% -
HSV(B) 168.33º 0.66% 0.86% -
XYZ 37.64 55.92 58.1 -
YUV 172.75 138.29 58.28 -
System Red Green Blue C M Y K H S L
Decimal 75 219 191 0.66 0 0.13 0.14 168.33 0.67 0.58
Hex 4B DB BF 42 0 D E A8 43 3A
Octal 113 333 277 102 0 15 16 250 103 72
Binary 1001011 11011011 10111111 1000010 0 1101 1110 10101000 1000011 111010

Color Harmonies of #4BDBBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BDBBF

Black with #4BDBBF

Text Example


Text Example

White with #4BDBBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,219,191); }

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

background-color css

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

 a { background-color: rgb(75,219,191); }

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

border-color css

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

 span { border-color: rgb(75,219,191); }

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