Html Css Color HEX #4BD7CB Medium Turquoise

📋 copy color: '#4BD7CB'

red 75 ◦ green 215 ◦ blue 203

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

Shades of Medium Turquoise #4BD7CB

Tints of Medium Turquoise #4BD7CB

RGB

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

 GREEN value IS 215 (84.38% from 255) = 43.61%

 BLUE value IS 203 (79.69% from 255) = 41.18%

R = 15.21%
G = 43.61%
B = 41.18%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#4BD7CB (or 0x4BD7CB) is known color: Medium Turquoise. HEX triplet: 4B, D7 and CB. RGB value is (75,215,203). Sum of RGB (Red+Green+Blue) = 75+215+203=493 (65% of max value = 765). Red value is 75 (29.69% from 255 or 15.21% from 493); Green value is 215 (84.38% from 255 or 43.61% from 493); Blue value is 203 (79.69% from 255 or 41.18% from 493); Max value from RGB is 215 - color contains mainly: green. Hex color #4BD7CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BD7CB is #B42834. Grayscale: #ABABAB. Windows color (decimal): -11806773 or 13358923. OLE color: 13358923.

HSL color Cylindrical-coordinate representation of color #4BD7CB: hue angle of 174.86º degrees, saturation: 0.64, 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 #4BD7CB is Cyan = 0.65, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB 75 215 203 -
CMYK 0.65 0 0.06 0.16
HSL 174.86º 0.64% 0.57% -
HSV(B) 174.86º 0.65% 0.84% -
XYZ 37.98 54.41 65 -
YUV 171.77 145.62 58.98 -
System Red Green Blue C M Y K H S L
Decimal 75 215 203 0.65 0 0.06 0.16 174.86 0.64 0.57
Hex 4B D7 CB 41 0 6 10 AF 40 39
Octal 113 327 313 101 0 6 20 257 100 71
Binary 1001011 11010111 11001011 1000001 0 110 10000 10101111 1000000 111001

Color Harmonies of #4BD7CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BD7CB

Black with #4BD7CB

Text Example


Text Example

White with #4BD7CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,215,203); }

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

background-color css

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

 a { background-color: rgb(75,215,203); }

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

border-color css

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

 span { border-color: rgb(75,215,203); }

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