Html Css Color HEX #4DF0C7 Turquoise

📋 copy color: '#4DF0C7'

red 77 ◦ green 240 ◦ blue 199

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

Shades of Turquoise #4DF0C7

Tints of Turquoise #4DF0C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 38.57%

R = 14.92%
G = 46.51%
B = 38.57%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.17

 K value IS 0.06

RGB Variations

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

Color information

#4DF0C7 (or 0x4DF0C7) is known color: Turquoise. HEX triplet: 4D, F0 and C7. RGB value is (77,240,199). Sum of RGB (Red+Green+Blue) = 77+240+199=516 (68% of max value = 765). Red value is 77 (30.47% from 255 or 14.92% from 516); Green value is 240 (94.14% from 255 or 46.51% from 516); Blue value is 199 (78.12% from 255 or 38.57% from 516); Max value from RGB is 240 - color contains mainly: green. Hex color #4DF0C7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DF0C7 is #B20F38. Grayscale: #BABABA. Windows color (decimal): -11669305 or 13103181. OLE color: 13103181.

HSL color Cylindrical-coordinate representation of color #4DF0C7: hue angle of 164.91º 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 #4DF0C7 is Cyan = 0.68, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.06.

Color convert

RGB 77 240 199 -
CMYK 0.68 0 0.17 0.06
HSL 164.91º 0.84% 0.62% -
HSV(B) 164.91º 0.68% 0.94% -
XYZ 44.53 68.02 64.82 -
YUV 186.59 135 49.83 -
System Red Green Blue C M Y K H S L
Decimal 77 240 199 0.68 0 0.17 0.06 164.91 0.84 0.62
Hex 4D F0 C7 44 0 11 6 A5 54 3E
Octal 115 360 307 104 0 21 6 245 124 76
Binary 1001101 11110000 11000111 1000100 0 10001 110 10100101 1010100 111110

Color Harmonies of #4DF0C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DF0C7

Black with #4DF0C7

Text Example


Text Example

White with #4DF0C7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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