Html Css Color HEX #4DDCDB Turquoise

📋 copy color: '#4DDCDB'

red 77 ◦ green 220 ◦ blue 219

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

Shades of Turquoise #4DDCDB

Tints of Turquoise #4DDCDB

RGB

 RED value IS 77 (30.47% from 255) = 14.92%

 GREEN value IS 220 (86.33% from 255) = 42.64%

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

R = 14.92%
G = 42.64%
B = 42.44%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.00

 K value IS 0.14

RGB Variations

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

Color information

#4DDCDB (or 0x4DDCDB) is known color: Turquoise. HEX triplet: 4D, DC and DB. RGB value is (77,220,219). Sum of RGB (Red+Green+Blue) = 77+220+219=516 (68% of max value = 765). Red value is 77 (30.47% from 255 or 14.92% from 516); Green value is 220 (86.33% from 255 or 42.64% from 516); Blue value is 219 (85.94% from 255 or 42.44% from 516); Max value from RGB is 220 - color contains mainly: green. Hex color #4DDCDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DDCDB is #B22324. Grayscale: #B0B0B0. Windows color (decimal): -11674405 or 14408781. OLE color: 14408781.

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

Color convert

RGB 77 220 219 -
CMYK 0.65 0 0.00 0.14
HSL 179.58º 0.67% 0.58% -
HSV(B) 179.58º 0.65% 0.86% -
XYZ 41.44 57.88 76.01 -
YUV 177.13 151.62 56.58 -
System Red Green Blue C M Y K H S L
Decimal 77 220 219 0.65 0 0.00 0.14 179.58 0.67 0.58
Hex 4D DC DB 41 0 0 E B4 43 3A
Octal 115 334 333 101 0 0 16 264 103 72
Binary 1001101 11011100 11011011 1000001 0 0 1110 10110100 1000011 111010

Color Harmonies of #4DDCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DDCDB

Black with #4DDCDB

Text Example


Text Example

White with #4DDCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,220,219); }

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

background-color css

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

 a { background-color: rgb(77,220,219); }

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

border-color css

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

 span { border-color: rgb(77,220,219); }

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