#4CCBBE

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

Shades of Medium Turquoise #4CCBBE

Tints of Medium Turquoise #4CCBBE

Color information

#4CCBBE (or 0x4CCBBE) is unknown color: approx Medium Turquoise. HEX triplet: 4C, CB and BE. RGB value is (76,203,190). Sum of RGB (Red+Green+Blue) = 76+203+190=469 (62% of max value = 765). Red value is 76 (30.08% from 255 or 16.20% from 469); Green value is 203 (79.69% from 255 or 43.28% from 469); Blue value is 190 (74.61% from 255 or 40.51% from 469); Max value from RGB is 203 - color contains mainly: green. Hex color #4CCBBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CCBBE is #B33441. Grayscale: #A3A3A3. Windows color (decimal): -11744322 or 12503884. OLE color: 12503884.

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

Color convert

RGB76203190-
CMYK0.6300.060.20
HSL173.86º54.98%54.71%-
HSV(B)173.86º62.56%79.61%-
XYZ33.6347.9756.2-
YUV163.54142.9265.56-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 16.20%
GREEN value IS 203 (79.69% from 255) = 43.28%
BLUE value IS 190 (74.61% from 255) = 40.51%
R=16.20%
G=43.28%
B=40.51%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal762031900.6300.060.20173.8654.9854.71
Hex4CCBBE3F0614ae3737
Octal1143132767706242566767
Binary1001100110010111011111011111101101010010101110110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CCBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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