Html Css Color HEX #4DFAE4 Turquoise

📋 copy color: '#4DFAE4'

red 77 ◦ green 250 ◦ blue 228

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

Shades of Turquoise #4DFAE4

Tints of Turquoise #4DFAE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 41.08%

R = 13.87%
G = 45.05%
B = 41.08%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.09

 K value IS 0.02

RGB Variations

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

Color information

#4DFAE4 (or 0x4DFAE4) is known color: Turquoise. HEX triplet: 4D, FA and E4. RGB value is (77,250,228). Sum of RGB (Red+Green+Blue) = 77+250+228=555 (73% of max value = 765). Red value is 77 (30.47% from 255 or 13.87% from 555); Green value is 250 (98.05% from 255 or 45.05% from 555); Blue value is 228 (89.45% from 255 or 41.08% from 555); Max value from RGB is 250 - color contains mainly: green. Hex color #4DFAE4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DFAE4 is #B2051B. Grayscale: #C3C3C3. Windows color (decimal): -11666716 or 15006285. OLE color: 15006285.

HSL color Cylindrical-coordinate representation of color #4DFAE4: hue angle of 172.37º 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 #4DFAE4 is Cyan = 0.69, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.02.

Color convert

RGB 77 250 228 -
CMYK 0.69 0 0.09 0.02
HSL 172.37º 0.95% 0.64% -
HSV(B) 172.37º 0.69% 0.98% -
XYZ 51.25 75.55 85.28 -
YUV 195.77 146.19 43.29 -
System Red Green Blue C M Y K H S L
Decimal 77 250 228 0.69 0 0.09 0.02 172.37 0.95 0.64
Hex 4D FA E4 45 0 9 2 AC 5F 40
Octal 115 372 344 105 0 11 2 254 137 100
Binary 1001101 11111010 11100100 1000101 0 1001 10 10101100 1011111 1000000

Color Harmonies of #4DFAE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DFAE4

Black with #4DFAE4

Text Example


Text Example

White with #4DFAE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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