Html Css Color HEX #4DE0CF Turquoise

📋 copy color: '#4DE0CF'

red 77 ◦ green 224 ◦ blue 207

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

Shades of Turquoise #4DE0CF

Tints of Turquoise #4DE0CF

RGB

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

 GREEN value IS 224 (87.89% from 255) = 44.09%

 BLUE value IS 207 (81.25% from 255) = 40.75%

R = 15.16%
G = 44.09%
B = 40.75%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#4DE0CF (or 0x4DE0CF) is known color: Turquoise. HEX triplet: 4D, E0 and CF. RGB value is (77,224,207). Sum of RGB (Red+Green+Blue) = 77+224+207=508 (67% of max value = 765). Red value is 77 (30.47% from 255 or 15.16% from 508); Green value is 224 (87.89% from 255 or 44.09% from 508); Blue value is 207 (81.25% from 255 or 40.75% from 508); Max value from RGB is 224 - color contains mainly: green. Hex color #4DE0CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DE0CF is #B21F30. Grayscale: #B2B2B2. Windows color (decimal): -11673393 or 13623373. OLE color: 13623373.

HSL color Cylindrical-coordinate representation of color #4DE0CF: hue angle of 173.06º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4DE0CF is Cyan = 0.66, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB 77 224 207 -
CMYK 0.66 0 0.08 0.12
HSL 173.06º 0.7% 0.59% -
HSV(B) 173.06º 0.66% 0.88% -
XYZ 40.98 59.39 68.34 -
YUV 178.11 144.3 55.88 -
System Red Green Blue C M Y K H S L
Decimal 77 224 207 0.66 0 0.08 0.12 173.06 0.7 0.59
Hex 4D E0 CF 42 0 8 C AD 46 3B
Octal 115 340 317 102 0 10 14 255 106 73
Binary 1001101 11100000 11001111 1000010 0 1000 1100 10101101 1000110 111011

Color Harmonies of #4DE0CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DE0CF

Black with #4DE0CF

Text Example


Text Example

White with #4DE0CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,224,207); }

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

background-color css

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

 a { background-color: rgb(77,224,207); }

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

border-color css

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

 span { border-color: rgb(77,224,207); }

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