#4cdbca

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

Shades of Medium Turquoise #4CDBCA

Tints of Medium Turquoise #4CDBCA

Color information

#4CDBCA (or 0x4CDBCA) is unknown color: approx Medium Turquoise. HEX triplet: 4C, DB and CA. RGB value is (76,219,202). Sum of RGB (Red+Green+Blue) = 76+219+202=497 (65% of max value = 765). Red value is 76 (30.08% from 255 or 15.29% from 497); Green value is 219 (85.94% from 255 or 44.06% from 497); Blue value is 202 (79.30% from 255 or 40.64% from 497); Max value from RGB is 219 - color contains mainly: green. Hex color #4CDBCA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CDBCA is #B32435. Grayscale: #AEAEAE. Windows color (decimal): -11740214 or 13294412. OLE color: 13294412.

HSL color Cylindrical-coordinate representation of color #4CDBCA: hue angle of 172.87º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4CDBCA is Cyan = 0.65, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB76219202-
CMYK0.6500.080.14
HSL172.87º66.51%57.84%-
HSV(B)172.87º65.3%85.88%-
XYZ38.9756.4664.72-
YUV174.3143.6257.88-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 15.29%
GREEN value IS 219 (85.94% from 255) = 44.06%
BLUE value IS 202 (79.30% from 255) = 40.64%
R=15.29%
G=44.06%
B=40.64%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal762192020.6500.080.14172.8766.5157.84
Hex4CDBCA4108Ead433a
Octal1143333121010101625510372
Binary100110011011011110010101000001010001110101011011000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4cdbca

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,219,202); }

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

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

 a { background-color: rgb(76,219,202); }

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

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

 span { border-color: rgb(76,219,202); }

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