Html Css Color HEX #4CDBD8 Medium Turquoise

📋 copy color: '#4CDBD8'

red 76 ◦ green 219 ◦ blue 216

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

Shades of Medium Turquoise #4CDBD8

Tints of Medium Turquoise #4CDBD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 42.27%

R = 14.87%
G = 42.86%
B = 42.27%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

#4CDBD8 (or 0x4CDBD8) is known color: Medium Turquoise. HEX triplet: 4C, DB and D8. RGB value is (76,219,216). Sum of RGB (Red+Green+Blue) = 76+219+216=511 (67% of max value = 765). Red value is 76 (30.08% from 255 or 14.87% from 511); Green value is 219 (85.94% from 255 or 42.86% from 511); Blue value is 216 (84.77% from 255 or 42.27% from 511); Max value from RGB is 219 - color contains mainly: green. Hex color #4CDBD8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CDBD8 is #B32427. Grayscale: #AFAFAF. Windows color (decimal): -11740200 or 14211916. OLE color: 14211916.

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

Color convert

RGB 76 219 216 -
CMYK 0.65 0 0.01 0.14
HSL 178.74º 0.67% 0.58% -
HSV(B) 178.74º 0.65% 0.86% -
XYZ 40.71 57.16 73.85 -
YUV 175.9 150.62 56.74 -
System Red Green Blue C M Y K H S L
Decimal 76 219 216 0.65 0 0.01 0.14 178.74 0.67 0.58
Hex 4C DB D8 41 0 1 E B3 43 3A
Octal 114 333 330 101 0 1 16 263 103 72
Binary 1001100 11011011 11011000 1000001 0 1 1110 10110011 1000011 111010

Color Harmonies of #4CDBD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CDBD8

Black with #4CDBD8

Text Example


Text Example

White with #4CDBD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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