Html Css Color HEX #4CDBCD Medium Turquoise

📋 copy color: '#4CDBCD'

red 76 ◦ green 219 ◦ blue 205

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

Shades of Medium Turquoise #4CDBCD

Tints of Medium Turquoise #4CDBCD

RGB

 RED value IS 76 (30.08% from 255) = 15.2%

 GREEN value IS 219 (85.94% from 255) = 43.8%

 BLUE value IS 205 (80.47% from 255) = 41%

R = 15.2%
G = 43.8%
B = 41%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#4CDBCD (or 0x4CDBCD) is known color: Medium Turquoise. HEX triplet: 4C, DB and CD. RGB value is (76,219,205). Sum of RGB (Red+Green+Blue) = 76+219+205=500 (66% of max value = 765). Red value is 76 (30.08% from 255 or 15.2% from 500); Green value is 219 (85.94% from 255 or 43.8% from 500); Blue value is 205 (80.47% from 255 or 41% from 500); Max value from RGB is 219 - color contains mainly: green. Hex color #4CDBCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CDBCD is #B32432. Grayscale: #AEAEAE. Windows color (decimal): -11740211 or 13491020. OLE color: 13491020.

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

Color convert

RGB 76 219 205 -
CMYK 0.65 0 0.06 0.14
HSL 174.13º 0.67% 0.58% -
HSV(B) 174.13º 0.65% 0.86% -
XYZ 39.33 56.61 66.61 -
YUV 174.65 145.12 57.64 -
System Red Green Blue C M Y K H S L
Decimal 76 219 205 0.65 0 0.06 0.14 174.13 0.67 0.58
Hex 4C DB CD 41 0 6 E AE 43 3A
Octal 114 333 315 101 0 6 16 256 103 72
Binary 1001100 11011011 11001101 1000001 0 110 1110 10101110 1000011 111010

Color Harmonies of #4CDBCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CDBCD

Black with #4CDBCD

Text Example


Text Example

White with #4CDBCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4CDBCD;
 }
 .AnyTagClassName
 {
   color: #4CDBCD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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