Html Css Color HEX #4CDBE0 Medium Turquoise

📋 copy color: '#4CDBE0'

red 76 ◦ green 219 ◦ blue 224

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

Shades of Medium Turquoise #4CDBE0

Tints of Medium Turquoise #4CDBE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 43.16%

R = 14.64%
G = 42.2%
B = 43.16%

CMYK

 C value IS 0.66

 M value IS 0.02

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#4CDBE0 (or 0x4CDBE0) is known color: Medium Turquoise. HEX triplet: 4C, DB and E0. RGB value is (76,219,224). Sum of RGB (Red+Green+Blue) = 76+219+224=519 (68% of max value = 765). Red value is 76 (30.08% from 255 or 14.64% from 519); Green value is 219 (85.94% from 255 or 42.20% from 519); Blue value is 224 (87.89% from 255 or 43.16% from 519); Max value from RGB is 224 - color contains mainly: blue. Hex color #4CDBE0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CDBE0 is #B3241F. Grayscale: #B0B0B0. Windows color (decimal): -11740192 or 14736204. OLE color: 14736204.

HSL color Cylindrical-coordinate representation of color #4CDBE0: hue angle of 182.03º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4CDBE0 is Cyan = 0.66, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 76 219 224 -
CMYK 0.66 0.02 0 0.12
HSL 182.03º 0.7% 0.59% -
HSV(B) 182.03º 0.66% 0.88% -
XYZ 41.77 57.58 79.43 -
YUV 176.81 154.62 56.09 -
System Red Green Blue C M Y K H S L
Decimal 76 219 224 0.66 0.02 0 0.12 182.03 0.7 0.59
Hex 4C DB E0 42 2 0 C B6 46 3B
Octal 114 333 340 102 2 0 14 266 106 73
Binary 1001100 11011011 11100000 1000010 10 0 1100 10110110 1000110 111011

Color Harmonies of #4CDBE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CDBE0

Black with #4CDBE0

Text Example


Text Example

White with #4CDBE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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