Html Css Color HEX #4DFAAF Turquoise

📋 copy color: '#4DFAAF'

red 77 ◦ green 250 ◦ blue 175

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

Shades of Turquoise #4DFAAF

Tints of Turquoise #4DFAAF

RGB

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

 GREEN value IS 250 (98.05% from 255) = 49.8%

 BLUE value IS 175 (68.75% from 255) = 34.86%

R = 15.34%
G = 49.8%
B = 34.86%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.3

 K value IS 0.02

RGB Variations

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

Color information

#4DFAAF (or 0x4DFAAF) is known color: Turquoise. HEX triplet: 4D, FA and AF. RGB value is (77,250,175). Sum of RGB (Red+Green+Blue) = 77+250+175=502 (66% of max value = 765). Red value is 77 (30.47% from 255 or 15.34% from 502); Green value is 250 (98.05% from 255 or 49.80% from 502); Blue value is 175 (68.75% from 255 or 34.86% from 502); Max value from RGB is 250 - color contains mainly: green. Hex color #4DFAAF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #4DFAAF is #B20550. Grayscale: #BDBDBD. Windows color (decimal): -11666769 or 11532877. OLE color: 11532877.

HSL color Cylindrical-coordinate representation of color #4DFAAF: hue angle of 153.99º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4DFAAF is Cyan = 0.69, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.02.

Color convert

RGB 77 250 175 -
CMYK 0.69 0 0.3 0.02
HSL 153.99º 0.95% 0.64% -
HSV(B) 153.99º 0.69% 0.98% -
XYZ 44.98 73.04 52.29 -
YUV 189.72 119.69 47.6 -
System Red Green Blue C M Y K H S L
Decimal 77 250 175 0.69 0 0.3 0.02 153.99 0.95 0.64
Hex 4D FA AF 45 0 1E 2 9A 5F 40
Octal 115 372 257 105 0 36 2 232 137 100
Binary 1001101 11111010 10101111 1000101 0 11110 10 10011010 1011111 1000000

Color Harmonies of #4DFAAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DFAAF

Black with #4DFAAF

Text Example


Text Example

White with #4DFAAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,250,175); }

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

background-color css

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

 a { background-color: rgb(77,250,175); }

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

border-color css

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

 span { border-color: rgb(77,250,175); }

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