Html Css Color HEX #4DF3C6 Turquoise

📋 copy color: '#4DF3C6'

red 77 ◦ green 243 ◦ blue 198

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

Shades of Turquoise #4DF3C6

Tints of Turquoise #4DF3C6

RGB

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

 GREEN value IS 243 (95.31% from 255) = 46.91%

 BLUE value IS 198 (77.73% from 255) = 38.22%

R = 14.86%
G = 46.91%
B = 38.22%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.19

 K value IS 0.05

RGB Variations

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

Color information

#4DF3C6 (or 0x4DF3C6) is known color: Turquoise. HEX triplet: 4D, F3 and C6. RGB value is (77,243,198). Sum of RGB (Red+Green+Blue) = 77+243+198=518 (68% of max value = 765). Red value is 77 (30.47% from 255 or 14.86% from 518); Green value is 243 (95.31% from 255 or 46.91% from 518); Blue value is 198 (77.73% from 255 or 38.22% from 518); Max value from RGB is 243 - color contains mainly: green. Hex color #4DF3C6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DF3C6 is #B20C39. Grayscale: #BCBCBC. Windows color (decimal): -11668538 or 13038413. OLE color: 13038413.

HSL color Cylindrical-coordinate representation of color #4DF3C6: hue angle of 163.73º degrees, saturation: 0.87, 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 #4DF3C6 is Cyan = 0.68, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.05.

Color convert

RGB 77 243 198 -
CMYK 0.68 0 0.19 0.05
HSL 163.73º 0.87% 0.63% -
HSV(B) 163.73º 0.68% 0.95% -
XYZ 45.3 69.76 64.5 -
YUV 188.24 133.5 48.66 -
System Red Green Blue C M Y K H S L
Decimal 77 243 198 0.68 0 0.19 0.05 163.73 0.87 0.63
Hex 4D F3 C6 44 0 13 5 A4 57 3F
Octal 115 363 306 104 0 23 5 244 127 77
Binary 1001101 11110011 11000110 1000100 0 10011 101 10100100 1010111 111111

Color Harmonies of #4DF3C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DF3C6

Black with #4DF3C6

Text Example


Text Example

White with #4DF3C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,243,198); }

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

background-color css

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

 a { background-color: rgb(77,243,198); }

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

border-color css

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

 span { border-color: rgb(77,243,198); }

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