Html Css Color HEX #4CD0BC Medium Turquoise

📋 copy color: '#4CD0BC'

red 76 ◦ green 208 ◦ blue 188

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

Shades of Medium Turquoise #4CD0BC

Tints of Medium Turquoise #4CD0BC

RGB

 RED value IS 76 (30.08% from 255) = 16.1%

 GREEN value IS 208 (81.64% from 255) = 44.07%

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

R = 16.1%
G = 44.07%
B = 39.83%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#4CD0BC (or 0x4CD0BC) is known color: Medium Turquoise. HEX triplet: 4C, D0 and BC. RGB value is (76,208,188). Sum of RGB (Red+Green+Blue) = 76+208+188=472 (62% of max value = 765). Red value is 76 (30.08% from 255 or 16.10% from 472); Green value is 208 (81.64% from 255 or 44.07% from 472); Blue value is 188 (73.83% from 255 or 39.83% from 472); Max value from RGB is 208 - color contains mainly: green. Hex color #4CD0BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CD0BC is #B32F43. Grayscale: #A6A6A6. Windows color (decimal): -11743044 or 12374092. OLE color: 12374092.

HSL color Cylindrical-coordinate representation of color #4CD0BC: hue angle of 170.91º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4CD0BC is Cyan = 0.63, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB 76 208 188 -
CMYK 0.63 0 0.10 0.18
HSL 170.91º 0.58% 0.56% -
HSV(B) 170.91º 0.63% 0.82% -
XYZ 34.61 50.28 55.46 -
YUV 166.25 140.27 63.63 -
System Red Green Blue C M Y K H S L
Decimal 76 208 188 0.63 0 0.10 0.18 170.91 0.58 0.56
Hex 4C D0 BC 3F 0 A 12 AB 3A 38
Octal 114 320 274 77 0 12 22 253 72 70
Binary 1001100 11010000 10111100 111111 0 1010 10010 10101011 111010 111000

Color Harmonies of #4CD0BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CD0BC

Black with #4CD0BC

Text Example


Text Example

White with #4CD0BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,208,188); }

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

background-color css

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

 a { background-color: rgb(76,208,188); }

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

border-color css

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

 span { border-color: rgb(76,208,188); }

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