Html Css Color HEX #4DF0C3 Turquoise

📋 copy color: '#4DF0C3'

red 77 ◦ green 240 ◦ blue 195

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

Shades of Turquoise #4DF0C3

Tints of Turquoise #4DF0C3

RGB

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

 GREEN value IS 240 (94.14% from 255) = 46.88%

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

R = 15.04%
G = 46.88%
B = 38.09%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.19

 K value IS 0.06

RGB Variations

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

Color information

#4DF0C3 (or 0x4DF0C3) is known color: Turquoise. HEX triplet: 4D, F0 and C3. RGB value is (77,240,195). Sum of RGB (Red+Green+Blue) = 77+240+195=512 (67% of max value = 765). Red value is 77 (30.47% from 255 or 15.04% from 512); Green value is 240 (94.14% from 255 or 46.88% from 512); Blue value is 195 (76.56% from 255 or 38.09% from 512); Max value from RGB is 240 - color contains mainly: green. Hex color #4DF0C3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DF0C3 is #B20F3C. Grayscale: #BABABA. Windows color (decimal): -11669309 or 12841037. OLE color: 12841037.

HSL color Cylindrical-coordinate representation of color #4DF0C3: hue angle of 163.44º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4DF0C3 is Cyan = 0.68, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.06.

Color convert

RGB 77 240 195 -
CMYK 0.68 0 0.19 0.06
HSL 163.44º 0.84% 0.62% -
HSV(B) 163.44º 0.68% 0.94% -
XYZ 44.07 67.84 62.4 -
YUV 186.13 133 50.16 -
System Red Green Blue C M Y K H S L
Decimal 77 240 195 0.68 0 0.19 0.06 163.44 0.84 0.62
Hex 4D F0 C3 44 0 13 6 A3 54 3E
Octal 115 360 303 104 0 23 6 243 124 76
Binary 1001101 11110000 11000011 1000100 0 10011 110 10100011 1010100 111110

Color Harmonies of #4DF0C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DF0C3

Black with #4DF0C3

Text Example


Text Example

White with #4DF0C3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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