Html Css Color HEX #4DEFD5 Turquoise

📋 copy color: '#4DEFD5'

red 77 ◦ green 239 ◦ blue 213

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

Shades of Turquoise #4DEFD5

Tints of Turquoise #4DEFD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 40.26%

R = 14.56%
G = 45.18%
B = 40.26%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.11

 K value IS 0.06

RGB Variations

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

Color information

#4DEFD5 (or 0x4DEFD5) is known color: Turquoise. HEX triplet: 4D, EF and D5. RGB value is (77,239,213). Sum of RGB (Red+Green+Blue) = 77+239+213=529 (70% of max value = 765). Red value is 77 (30.47% from 255 or 14.56% from 529); Green value is 239 (93.75% from 255 or 45.18% from 529); Blue value is 213 (83.59% from 255 or 40.26% from 529); Max value from RGB is 239 - color contains mainly: green. Hex color #4DEFD5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DEFD5 is #B2102A. Grayscale: #BBBBBB. Windows color (decimal): -11669547 or 14020429. OLE color: 14020429.

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

Color convert

RGB 77 239 213 -
CMYK 0.68 0 0.11 0.06
HSL 170.37º 0.84% 0.62% -
HSV(B) 170.37º 0.68% 0.94% -
XYZ 45.94 68.11 73.68 -
YUV 187.6 142.33 49.11 -
System Red Green Blue C M Y K H S L
Decimal 77 239 213 0.68 0 0.11 0.06 170.37 0.84 0.62
Hex 4D EF D5 44 0 B 6 AA 54 3E
Octal 115 357 325 104 0 13 6 252 124 76
Binary 1001101 11101111 11010101 1000100 0 1011 110 10101010 1010100 111110

Color Harmonies of #4DEFD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DEFD5

Black with #4DEFD5

Text Example


Text Example

White with #4DEFD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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