Html Css Color HEX #4CD7DB Medium Turquoise

📋 copy color: '#4CD7DB'

red 76 ◦ green 215 ◦ blue 219

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

Shades of Medium Turquoise #4CD7DB

Tints of Medium Turquoise #4CD7DB

RGB

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

 GREEN value IS 215 (84.38% from 255) = 42.16%

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

R = 14.9%
G = 42.16%
B = 42.94%

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

#4CD7DB (or 0x4CD7DB) is known color: Medium Turquoise. HEX triplet: 4C, D7 and DB. RGB value is (76,215,219). Sum of RGB (Red+Green+Blue) = 76+215+219=510 (67% of max value = 765). Red value is 76 (30.08% from 255 or 14.90% from 510); Green value is 215 (84.38% from 255 or 42.16% from 510); Blue value is 219 (85.94% from 255 or 42.94% from 510); Max value from RGB is 219 - color contains mainly: blue. Hex color #4CD7DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CD7DB is #B32824. Grayscale: #ADADAD. Windows color (decimal): -11741221 or 14407500. OLE color: 14407500.

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

Color convert

RGB 76 215 219 -
CMYK 0.65 0.02 0 0.14
HSL 181.68º 0.67% 0.58% -
HSV(B) 181.68º 0.65% 0.86% -
XYZ 40.07 55.25 75.57 -
YUV 173.9 153.45 58.17 -
System Red Green Blue C M Y K H S L
Decimal 76 215 219 0.65 0.02 0 0.14 181.68 0.67 0.58
Hex 4C D7 DB 41 2 0 E B6 43 3A
Octal 114 327 333 101 2 0 16 266 103 72
Binary 1001100 11010111 11011011 1000001 10 0 1110 10110110 1000011 111010

Color Harmonies of #4CD7DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CD7DB

Black with #4CD7DB

Text Example


Text Example

White with #4CD7DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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