Html Css Color HEX #4DDFC3 Turquoise

📋 copy color: '#4DDFC3'

red 77 ◦ green 223 ◦ blue 195

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

Shades of Turquoise #4DDFC3

Tints of Turquoise #4DDFC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 39.39%

R = 15.56%
G = 45.05%
B = 39.39%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#4DDFC3 (or 0x4DDFC3) is known color: Turquoise. HEX triplet: 4D, DF and C3. RGB value is (77,223,195). Sum of RGB (Red+Green+Blue) = 77+223+195=495 (65% of max value = 765). Red value is 77 (30.47% from 255 or 15.56% from 495); Green value is 223 (87.5% from 255 or 45.05% from 495); Blue value is 195 (76.56% from 255 or 39.39% from 495); Max value from RGB is 223 - color contains mainly: green. Hex color #4DDFC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DDFC3 is #B2203C. Grayscale: #B0B0B0. Windows color (decimal): -11673661 or 12836685. OLE color: 12836685.

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

Color convert

RGB 77 223 195 -
CMYK 0.65 0 0.13 0.13
HSL 168.49º 0.7% 0.59% -
HSV(B) 168.49º 0.65% 0.87% -
XYZ 39.3 58.29 60.81 -
YUV 176.15 138.63 57.28 -
System Red Green Blue C M Y K H S L
Decimal 77 223 195 0.65 0 0.13 0.13 168.49 0.7 0.59
Hex 4D DF C3 41 0 D D A8 46 3B
Octal 115 337 303 101 0 15 15 250 106 73
Binary 1001101 11011111 11000011 1000001 0 1101 1101 10101000 1000110 111011

Color Harmonies of #4DDFC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DDFC3

Black with #4DDFC3

Text Example


Text Example

White with #4DDFC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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