Html Css Color HEX #4BC7CB Medium Turquoise

📋 copy color: '#4BC7CB'

red 75 ◦ green 199 ◦ blue 203

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

Shades of Medium Turquoise #4BC7CB

Tints of Medium Turquoise #4BC7CB

RGB

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

 GREEN value IS 199 (78.13% from 255) = 41.72%

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

R = 15.72%
G = 41.72%
B = 42.56%

CMYK

 C value IS 0.63

 M value IS 0.02

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4BC7CB (or 0x4BC7CB) is known color: Medium Turquoise. HEX triplet: 4B, C7 and CB. RGB value is (75,199,203). Sum of RGB (Red+Green+Blue) = 75+199+203=477 (63% of max value = 765). Red value is 75 (29.69% from 255 or 15.72% from 477); Green value is 199 (78.12% from 255 or 41.72% from 477); Blue value is 203 (79.69% from 255 or 42.56% from 477); Max value from RGB is 203 - color contains mainly: blue. Hex color #4BC7CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BC7CB is #B43834. Grayscale: #A2A2A2. Windows color (decimal): -11810869 or 13354827. OLE color: 13354827.

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

Color convert

RGB 75 199 203 -
CMYK 0.63 0.02 0 0.20
HSL 181.88º 0.55% 0.55% -
HSV(B) 181.88º 0.63% 0.8% -
XYZ 34.1 46.65 63.71 -
YUV 162.38 150.92 65.67 -
System Red Green Blue C M Y K H S L
Decimal 75 199 203 0.63 0.02 0 0.20 181.88 0.55 0.55
Hex 4B C7 CB 3F 2 0 14 B6 37 37
Octal 113 307 313 77 2 0 24 266 67 67
Binary 1001011 11000111 11001011 111111 10 0 10100 10110110 110111 110111

Color Harmonies of #4BC7CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BC7CB

Black with #4BC7CB

Text Example


Text Example

White with #4BC7CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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