#4ccbc1

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

Shades of Medium Turquoise #4CCBC1

Tints of Medium Turquoise #4CCBC1

Color information

#4CCBC1 (or 0x4CCBC1) is unknown color: approx Medium Turquoise. HEX triplet: 4C, CB and C1. RGB value is (76,203,193). Sum of RGB (Red+Green+Blue) = 76+203+193=472 (62% of max value = 765). Red value is 76 (30.08% from 255 or 16.10% from 472); Green value is 203 (79.69% from 255 or 43.01% from 472); Blue value is 193 (75.78% from 255 or 40.89% from 472); Max value from RGB is 203 - color contains mainly: green. Hex color #4CCBC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CCBC1 is #B3343E. Grayscale: #A3A3A3. Windows color (decimal): -11744319 or 12700492. OLE color: 12700492.

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

Color convert

RGB76203193-
CMYK0.6300.050.20
HSL175.28º54.98%54.71%-
HSV(B)175.28º62.56%79.61%-
XYZ33.9648.157.95-
YUV163.89144.4265.31-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 16.10%
GREEN value IS 203 (79.69% from 255) = 43.01%
BLUE value IS 193 (75.78% from 255) = 40.89%
R=16.10%
G=43.01%
B=40.89%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal762031930.6300.050.20175.2854.9854.71
Hex4CCBC13F0514af3737
Octal1143133017705242576767
Binary1001100110010111100000111111101011010010101111110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ccbc1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,203,193); }

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

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

 a { background-color: rgb(76,203,193); }

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

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

 span { border-color: rgb(76,203,193); }

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