Html Css Color HEX #4DF8B2 Turquoise

📋 copy color: '#4DF8B2'

red 77 ◦ green 248 ◦ blue 178

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

Shades of Turquoise #4DF8B2

Tints of Turquoise #4DF8B2

RGB

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

 GREEN value IS 248 (97.27% from 255) = 49.3%

 BLUE value IS 178 (69.92% from 255) = 35.39%

R = 15.31%
G = 49.3%
B = 35.39%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.28

 K value IS 0.03

RGB Variations

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

Color information

#4DF8B2 (or 0x4DF8B2) is known color: Turquoise. HEX triplet: 4D, F8 and B2. RGB value is (77,248,178). Sum of RGB (Red+Green+Blue) = 77+248+178=503 (66% of max value = 765). Red value is 77 (30.47% from 255 or 15.31% from 503); Green value is 248 (97.27% from 255 or 49.30% from 503); Blue value is 178 (69.92% from 255 or 35.39% from 503); Max value from RGB is 248 - color contains mainly: green. Hex color #4DF8B2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #4DF8B2 is #B2074D. Grayscale: #BDBDBD. Windows color (decimal): -11667278 or 11728973. OLE color: 11728973.

HSL color Cylindrical-coordinate representation of color #4DF8B2: hue angle of 155.44º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4DF8B2 is Cyan = 0.69, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.03.

Color convert

RGB 77 248 178 -
CMYK 0.69 0 0.28 0.03
HSL 155.44º 0.92% 0.64% -
HSV(B) 155.44º 0.69% 0.97% -
XYZ 44.66 71.93 53.65 -
YUV 188.89 121.85 48.19 -
System Red Green Blue C M Y K H S L
Decimal 77 248 178 0.69 0 0.28 0.03 155.44 0.92 0.64
Hex 4D F8 B2 45 0 1C 3 9B 5C 40
Octal 115 370 262 105 0 34 3 233 134 100
Binary 1001101 11111000 10110010 1000101 0 11100 11 10011011 1011100 1000000

Color Harmonies of #4DF8B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DF8B2

Black with #4DF8B2

Text Example


Text Example

White with #4DF8B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,248,178); }

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

background-color css

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

 a { background-color: rgb(77,248,178); }

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

border-color css

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

 span { border-color: rgb(77,248,178); }

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