Html Css Color HEX #4BCDBF Medium Turquoise

📋 copy color: '#4BCDBF'

red 75 ◦ green 205 ◦ blue 191

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

Shades of Medium Turquoise #4BCDBF

Tints of Medium Turquoise #4BCDBF

RGB

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

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

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

R = 15.92%
G = 43.52%
B = 40.55%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.07

 K value IS 0.20

RGB Variations

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

Color information

#4BCDBF (or 0x4BCDBF) is known color: Medium Turquoise. HEX triplet: 4B, CD and BF. RGB value is (75,205,191). Sum of RGB (Red+Green+Blue) = 75+205+191=471 (62% of max value = 765). Red value is 75 (29.69% from 255 or 15.92% from 471); Green value is 205 (80.47% from 255 or 43.52% from 471); Blue value is 191 (75% from 255 or 40.55% from 471); Max value from RGB is 205 - color contains mainly: green. Hex color #4BCDBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BCDBF is #B43240. Grayscale: #A4A4A4. Windows color (decimal): -11809345 or 12569931. OLE color: 12569931.

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

Color convert

RGB 75 205 191 -
CMYK 0.63 0 0.07 0.20
HSL 173.54º 0.57% 0.55% -
HSV(B) 173.54º 0.63% 0.8% -
XYZ 34.14 48.92 56.93 -
YUV 164.53 142.93 64.14 -
System Red Green Blue C M Y K H S L
Decimal 75 205 191 0.63 0 0.07 0.20 173.54 0.57 0.55
Hex 4B CD BF 3F 0 7 14 AE 39 37
Octal 113 315 277 77 0 7 24 256 71 67
Binary 1001011 11001101 10111111 111111 0 111 10100 10101110 111001 110111

Color Harmonies of #4BCDBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BCDBF

Black with #4BCDBF

Text Example


Text Example

White with #4BCDBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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