Html Css Color HEX #4DF2ED Turquoise

📋 copy color: '#4DF2ED'

red 77 ◦ green 242 ◦ blue 237

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

Shades of Turquoise #4DF2ED

Tints of Turquoise #4DF2ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 42.63%

R = 13.85%
G = 43.53%
B = 42.63%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#4DF2ED (or 0x4DF2ED) is known color: Turquoise. HEX triplet: 4D, F2 and ED. RGB value is (77,242,237). Sum of RGB (Red+Green+Blue) = 77+242+237=556 (73% of max value = 765). Red value is 77 (30.47% from 255 or 13.85% from 556); Green value is 242 (94.92% from 255 or 43.53% from 556); Blue value is 237 (92.97% from 255 or 42.63% from 556); Max value from RGB is 242 - color contains mainly: green. Hex color #4DF2ED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4DF2ED is #B20D12. Grayscale: #BFBFBF. Windows color (decimal): -11668755 or 15594061. OLE color: 15594061.

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

Color convert

RGB 77 242 237 -
CMYK 0.68 0 0.02 0.05
HSL 178.18º 0.86% 0.63% -
HSV(B) 178.18º 0.68% 0.95% -
XYZ 50.1 71.2 91.22 -
YUV 192.1 153.34 45.91 -
System Red Green Blue C M Y K H S L
Decimal 77 242 237 0.68 0 0.02 0.05 178.18 0.86 0.63
Hex 4D F2 ED 44 0 2 5 B2 56 3F
Octal 115 362 355 104 0 2 5 262 126 77
Binary 1001101 11110010 11101101 1000100 0 10 101 10110010 1010110 111111

Color Harmonies of #4DF2ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DF2ED

Black with #4DF2ED

Text Example


Text Example

White with #4DF2ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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