Html Css Color HEX #4DEFE2 Turquoise

📋 copy color: '#4DEFE2'

red 77 ◦ green 239 ◦ blue 226

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

Shades of Turquoise #4DEFE2

Tints of Turquoise #4DEFE2

RGB

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

 GREEN value IS 239 (93.75% from 255) = 44.1%

 BLUE value IS 226 (88.67% from 255) = 41.7%

R = 14.21%
G = 44.1%
B = 41.7%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#4DEFE2 (or 0x4DEFE2) is known color: Turquoise. HEX triplet: 4D, EF and E2. RGB value is (77,239,226). Sum of RGB (Red+Green+Blue) = 77+239+226=542 (71% of max value = 765). Red value is 77 (30.47% from 255 or 14.21% from 542); Green value is 239 (93.75% from 255 or 44.10% from 542); Blue value is 226 (88.67% from 255 or 41.70% from 542); Max value from RGB is 239 - color contains mainly: green. Hex color #4DEFE2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DEFE2 is #B2101D. Grayscale: #BCBCBC. Windows color (decimal): -11669534 or 14872397. OLE color: 14872397.

HSL color Cylindrical-coordinate representation of color #4DEFE2: hue angle of 175.19º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4DEFE2 is Cyan = 0.68, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.

Color convert

RGB 77 239 226 -
CMYK 0.68 0 0.05 0.06
HSL 175.19º 0.84% 0.62% -
HSV(B) 175.19º 0.68% 0.94% -
XYZ 47.65 68.8 82.72 -
YUV 189.08 148.83 48.06 -
System Red Green Blue C M Y K H S L
Decimal 77 239 226 0.68 0 0.05 0.06 175.19 0.84 0.62
Hex 4D EF E2 44 0 5 6 AF 54 3E
Octal 115 357 342 104 0 5 6 257 124 76
Binary 1001101 11101111 11100010 1000100 0 101 110 10101111 1010100 111110

Color Harmonies of #4DEFE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DEFE2

Black with #4DEFE2

Text Example


Text Example

White with #4DEFE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,239,226); }

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

background-color css

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

 a { background-color: rgb(77,239,226); }

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

border-color css

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

 span { border-color: rgb(77,239,226); }

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