Html Css Color HEX #4CDBCA Medium Turquoise

📋 copy color: '#4CDBCA'

red 76 ◦ green 219 ◦ blue 202

#4CDBCA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Turquoise #4CDBCA

Tints of Medium Turquoise #4CDBCA

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.3% from 255) = 40.64%

R = 15.29%
G = 44.06%
B = 40.64%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#4CDBCA (or 0x4CDBCA) is known color: 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

RGB 76 219 202 -
CMYK 0.65 0 0.08 0.14
HSL 172.87º 0.67% 0.58% -
HSV(B) 172.87º 0.65% 0.86% -
XYZ 38.97 56.46 64.72 -
YUV 174.31 143.62 57.88 -
System Red Green Blue C M Y K H S L
Decimal 76 219 202 0.65 0 0.08 0.14 172.87 0.67 0.58
Hex 4C DB CA 41 0 8 E AD 43 3A
Octal 114 333 312 101 0 10 16 255 103 72
Binary 1001100 11011011 11001010 1000001 0 1000 1110 10101101 1000011 111010

Color Harmonies of #4CDBCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CDBCA

Black with #4CDBCA

Text Example


Text Example

White with #4CDBCA

Text Example


Text Example

HTML Codes & Css Web 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>