Html Css Color HEX #4DDFC4 Turquoise

📋 copy color: '#4DDFC4'

red 77 ◦ green 223 ◦ blue 196

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

Shades of Turquoise #4DDFC4

Tints of Turquoise #4DDFC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 39.52%

R = 15.52%
G = 44.96%
B = 39.52%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.12

 K value IS 0.13

RGB Variations

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

Color information

#4DDFC4 (or 0x4DDFC4) is known color: Turquoise. HEX triplet: 4D, DF and C4. RGB value is (77,223,196). Sum of RGB (Red+Green+Blue) = 77+223+196=496 (65% of max value = 765). Red value is 77 (30.47% from 255 or 15.52% from 496); Green value is 223 (87.5% from 255 or 44.96% from 496); Blue value is 196 (76.95% from 255 or 39.52% from 496); Max value from RGB is 223 - color contains mainly: green. Hex color #4DDFC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DDFC4 is #B2203B. Grayscale: #B0B0B0. Windows color (decimal): -11673660 or 12902221. OLE color: 12902221.

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

Color convert

RGB 77 223 196 -
CMYK 0.65 0 0.12 0.13
HSL 168.9º 0.7% 0.59% -
HSV(B) 168.9º 0.65% 0.87% -
XYZ 39.41 58.34 61.41 -
YUV 176.27 139.13 57.2 -
System Red Green Blue C M Y K H S L
Decimal 77 223 196 0.65 0 0.12 0.13 168.9 0.7 0.59
Hex 4D DF C4 41 0 C D A9 46 3B
Octal 115 337 304 101 0 14 15 251 106 73
Binary 1001101 11011111 11000100 1000001 0 1100 1101 10101001 1000110 111011

Color Harmonies of #4DDFC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DDFC4

Black with #4DDFC4

Text Example


Text Example

White with #4DDFC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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