#4BD0C3

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

Shades of Medium Turquoise #4BD0C3

Tints of Medium Turquoise #4BD0C3

Color information

#4BD0C3 (or 0x4BD0C3) is unknown color: approx Medium Turquoise. HEX triplet: 4B, D0 and C3. RGB value is (75,208,195). Sum of RGB (Red+Green+Blue) = 75+208+195=478 (63% of max value = 765). Red value is 75 (29.69% from 255 or 15.69% from 478); Green value is 208 (81.64% from 255 or 43.51% from 478); Blue value is 195 (76.56% from 255 or 40.79% from 478); Max value from RGB is 208 - color contains mainly: green. Hex color #4BD0C3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BD0C3 is #B42F3C. Grayscale: #A6A6A6. Windows color (decimal): -11808573 or 12832843. OLE color: 12832843.

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

Color convert

RGB75208195-
CMYK0.6400.060.18
HSL174.14º58.59%55.49%-
HSV(B)174.14º63.94%81.57%-
XYZ35.3150.5559.53-
YUV166.75143.9462.56-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 15.69%
GREEN value IS 208 (81.64% from 255) = 43.51%
BLUE value IS 195 (76.56% from 255) = 40.79%
R=15.69%
G=43.51%
B=40.79%

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
Decimal752081950.6400.060.18174.1458.5955.49
Hex4BD0C3400612ae3b37
Octal11332030310006222567367
Binary10010111101000011000011100000001101001010101110111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BD0C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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