Html Css Color HEX #4DF2B7 Turquoise

📋 copy color: '#4DF2B7'

red 77 ◦ green 242 ◦ blue 183

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

Shades of Turquoise #4DF2B7

Tints of Turquoise #4DF2B7

RGB

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

 GREEN value IS 242 (94.92% from 255) = 48.21%

 BLUE value IS 183 (71.88% from 255) = 36.45%

R = 15.34%
G = 48.21%
B = 36.45%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.24

 K value IS 0.05

RGB Variations

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

Color information

#4DF2B7 (or 0x4DF2B7) is known color: Turquoise. HEX triplet: 4D, F2 and B7. RGB value is (77,242,183). Sum of RGB (Red+Green+Blue) = 77+242+183=502 (66% of max value = 765). Red value is 77 (30.47% from 255 or 15.34% from 502); Green value is 242 (94.92% from 255 or 48.21% from 502); Blue value is 183 (71.88% from 255 or 36.45% from 502); Max value from RGB is 242 - color contains mainly: green. Hex color #4DF2B7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DF2B7 is #B20D48. Grayscale: #BABABA. Windows color (decimal): -11668809 or 12055117. OLE color: 12055117.

HSL color Cylindrical-coordinate representation of color #4DF2B7: hue angle of 158.55º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4DF2B7 is Cyan = 0.68, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.05.

Color convert

RGB 77 242 183 -
CMYK 0.68 0 0.24 0.05
HSL 158.55º 0.86% 0.63% -
HSV(B) 158.55º 0.68% 0.95% -
XYZ 43.36 68.5 55.74 -
YUV 185.94 126.34 50.3 -
System Red Green Blue C M Y K H S L
Decimal 77 242 183 0.68 0 0.24 0.05 158.55 0.86 0.63
Hex 4D F2 B7 44 0 18 5 9F 56 3F
Octal 115 362 267 104 0 30 5 237 126 77
Binary 1001101 11110010 10110111 1000100 0 11000 101 10011111 1010110 111111

Color Harmonies of #4DF2B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DF2B7

Black with #4DF2B7

Text Example


Text Example

White with #4DF2B7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,242,183); }

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

background-color css

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

 a { background-color: rgb(77,242,183); }

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

border-color css

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

 span { border-color: rgb(77,242,183); }

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