#4BD0C4

Color #4BD0C4 Medium Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Turquoise #4BD0C4

Tints of Medium Turquoise #4BD0C4

Color information

#4BD0C4 (or 0x4BD0C4) is unknown color: approx Medium Turquoise. HEX triplet: 4B, D0 and C4. RGB value is (75,208,196). Sum of RGB (Red+Green+Blue) = 75+208+196=479 (63% of max value = 765). Red value is 75 (29.69% from 255 or 15.66% from 479); Green value is 208 (81.64% from 255 or 43.42% from 479); Blue value is 196 (76.95% from 255 or 40.92% from 479); Max value from RGB is 208 - color contains mainly: green. Hex color #4BD0C4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BD0C4 is #B42F3B. Grayscale: #A6A6A6. Windows color (decimal): -11808572 or 12898379. OLE color: 12898379.

HSL color Cylindrical-coordinate representation of color #4BD0C4: hue angle of 174.59º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4BD0C4 is Cyan = 0.64, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.18.

Color convert

RGB75208196-
CMYK0.6400.060.18
HSL174.59º58.59%55.49%-
HSV(B)174.59º63.94%81.57%-
XYZ35.4250.5960.12-
YUV166.86144.4462.48-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 15.66%
GREEN value IS 208 (81.64% from 255) = 43.42%
BLUE value IS 196 (76.95% from 255) = 40.92%
R=15.66%
G=43.42%
B=40.92%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal752081960.6400.060.18174.5958.5955.49
Hex4BD0C4400612af3b37
Octal11332030410006222577367
Binary10010111101000011000100100000001101001010101111111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BD0C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,208,196); }

 H1.HeaderClassName
 {
   color: #4BD0C4;
 }
 .AnyTagClassName
 {
   color: #4BD0C4;
 }
</style>
background-color css

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

 a { background-color: rgb(75,208,196); }

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

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

 span { border-color: rgb(75,208,196); }

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