Html Css Color HEX #4DDFDB Turquoise

📋 copy color: '#4DDFDB'

red 77 ◦ green 223 ◦ blue 219

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

Shades of Turquoise #4DDFDB

Tints of Turquoise #4DDFDB

RGB

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

 GREEN value IS 223 (87.5% from 255) = 42.97%

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

R = 14.84%
G = 42.97%
B = 42.2%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#4DDFDB (or 0x4DDFDB) is known color: Turquoise. HEX triplet: 4D, DF and DB. RGB value is (77,223,219). Sum of RGB (Red+Green+Blue) = 77+223+219=519 (68% of max value = 765). Red value is 77 (30.47% from 255 or 14.84% from 519); Green value is 223 (87.5% from 255 or 42.97% from 519); Blue value is 219 (85.94% from 255 or 42.20% from 519); Max value from RGB is 223 - color contains mainly: green. Hex color #4DDFDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DDFDB is #B22024. Grayscale: #B2B2B2. Windows color (decimal): -11673637 or 14409549. OLE color: 14409549.

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

Color convert

RGB 77 223 219 -
CMYK 0.65 0 0.02 0.13
HSL 178.36º 0.7% 0.59% -
HSV(B) 178.36º 0.65% 0.87% -
XYZ 42.23 59.47 76.27 -
YUV 178.89 150.63 55.33 -
System Red Green Blue C M Y K H S L
Decimal 77 223 219 0.65 0 0.02 0.13 178.36 0.7 0.59
Hex 4D DF DB 41 0 2 D B2 46 3B
Octal 115 337 333 101 0 2 15 262 106 73
Binary 1001101 11011111 11011011 1000001 0 10 1101 10110010 1000110 111011

Color Harmonies of #4DDFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DDFDB

Black with #4DDFDB

Text Example


Text Example

White with #4DDFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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