Html Css Color HEX #4CD6DB Medium Turquoise

📋 copy color: '#4CD6DB'

red 76 ◦ green 214 ◦ blue 219

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

Shades of Medium Turquoise #4CD6DB

Tints of Medium Turquoise #4CD6DB

RGB

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

 GREEN value IS 214 (83.98% from 255) = 42.04%

 BLUE value IS 219 (85.94% from 255) = 43.03%

R = 14.93%
G = 42.04%
B = 43.03%

CMYK

 C value IS 0.65

 M value IS 0.02

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4CD6DB (or 0x4CD6DB) is known color: Medium Turquoise. HEX triplet: 4C, D6 and DB. RGB value is (76,214,219). Sum of RGB (Red+Green+Blue) = 76+214+219=509 (67% of max value = 765). Red value is 76 (30.08% from 255 or 14.93% from 509); Green value is 214 (83.98% from 255 or 42.04% from 509); Blue value is 219 (85.94% from 255 or 43.03% from 509); Max value from RGB is 219 - color contains mainly: blue. Hex color #4CD6DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CD6DB is #B32924. Grayscale: #ADADAD. Windows color (decimal): -11741477 or 14407244. OLE color: 14407244.

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

Color convert

RGB 76 214 219 -
CMYK 0.65 0.02 0 0.14
HSL 182.1º 0.67% 0.58% -
HSV(B) 182.1º 0.65% 0.86% -
XYZ 39.81 54.74 75.49 -
YUV 173.31 153.78 58.59 -
System Red Green Blue C M Y K H S L
Decimal 76 214 219 0.65 0.02 0 0.14 182.1 0.67 0.58
Hex 4C D6 DB 41 2 0 E B6 43 3A
Octal 114 326 333 101 2 0 16 266 103 72
Binary 1001100 11010110 11011011 1000001 10 0 1110 10110110 1000011 111010

Color Harmonies of #4CD6DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CD6DB

Black with #4CD6DB

Text Example


Text Example

White with #4CD6DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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