Html Css Color HEX #4DEFDE Turquoise

📋 copy color: '#4DEFDE'

red 77 ◦ green 239 ◦ blue 222

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

Shades of Turquoise #4DEFDE

Tints of Turquoise #4DEFDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 41.26%

R = 14.31%
G = 44.42%
B = 41.26%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#4DEFDE (or 0x4DEFDE) is known color: Turquoise. HEX triplet: 4D, EF and DE. RGB value is (77,239,222). Sum of RGB (Red+Green+Blue) = 77+239+222=538 (71% of max value = 765). Red value is 77 (30.47% from 255 or 14.31% from 538); Green value is 239 (93.75% from 255 or 44.42% from 538); Blue value is 222 (87.11% from 255 or 41.26% from 538); Max value from RGB is 239 - color contains mainly: green. Hex color #4DEFDE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DEFDE is #B21021. Grayscale: #BCBCBC. Windows color (decimal): -11669538 or 14610253. OLE color: 14610253.

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

Color convert

RGB 77 239 222 -
CMYK 0.68 0 0.07 0.06
HSL 173.7º 0.84% 0.62% -
HSV(B) 173.7º 0.68% 0.94% -
XYZ 47.11 68.58 79.86 -
YUV 188.62 146.83 48.38 -
System Red Green Blue C M Y K H S L
Decimal 77 239 222 0.68 0 0.07 0.06 173.7 0.84 0.62
Hex 4D EF DE 44 0 7 6 AE 54 3E
Octal 115 357 336 104 0 7 6 256 124 76
Binary 1001101 11101111 11011110 1000100 0 111 110 10101110 1010100 111110

Color Harmonies of #4DEFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DEFDE

Black with #4DEFDE

Text Example


Text Example

White with #4DEFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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