Html Css Color HEX #4CD0BB Medium Turquoise

📋 copy color: '#4CD0BB'

red 76 ◦ green 208 ◦ blue 187

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

Shades of Medium Turquoise #4CD0BB

Tints of Medium Turquoise #4CD0BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 39.7%

R = 16.14%
G = 44.16%
B = 39.7%

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

#4CD0BB (or 0x4CD0BB) is known color: Medium Turquoise. HEX triplet: 4C, D0 and BB. RGB value is (76,208,187). Sum of RGB (Red+Green+Blue) = 76+208+187=471 (62% of max value = 765). Red value is 76 (30.08% from 255 or 16.14% from 471); Green value is 208 (81.64% from 255 or 44.16% from 471); Blue value is 187 (73.44% from 255 or 39.70% from 471); Max value from RGB is 208 - color contains mainly: green. Hex color #4CD0BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CD0BB is #B32F44. Grayscale: #A6A6A6. Windows color (decimal): -11743045 or 12308556. OLE color: 12308556.

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

Color convert

RGB 76 208 187 -
CMYK 0.63 0 0.10 0.18
HSL 170.45º 0.58% 0.56% -
HSV(B) 170.45º 0.63% 0.82% -
XYZ 34.51 50.24 54.89 -
YUV 166.14 139.77 63.71 -
System Red Green Blue C M Y K H S L
Decimal 76 208 187 0.63 0 0.10 0.18 170.45 0.58 0.56
Hex 4C D0 BB 3F 0 A 12 AA 3A 38
Octal 114 320 273 77 0 12 22 252 72 70
Binary 1001100 11010000 10111011 111111 0 1010 10010 10101010 111010 111000

Color Harmonies of #4CD0BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CD0BB

Black with #4CD0BB

Text Example


Text Example

White with #4CD0BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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