Html Css Color HEX #4DECCF Turquoise

📋 copy color: '#4DECCF'

red 77 ◦ green 236 ◦ blue 207

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

Shades of Turquoise #4DECCF

Tints of Turquoise #4DECCF

RGB

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

 GREEN value IS 236 (92.58% from 255) = 45.38%

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

R = 14.81%
G = 45.38%
B = 39.81%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#4DECCF (or 0x4DECCF) is known color: Turquoise. HEX triplet: 4D, EC and CF. RGB value is (77,236,207). Sum of RGB (Red+Green+Blue) = 77+236+207=520 (68% of max value = 765). Red value is 77 (30.47% from 255 or 14.81% from 520); Green value is 236 (92.58% from 255 or 45.38% from 520); Blue value is 207 (81.25% from 255 or 39.81% from 520); Max value from RGB is 236 - color contains mainly: green. Hex color #4DECCF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DECCF is #B21330. Grayscale: #B9B9B9. Windows color (decimal): -11670321 or 13626445. OLE color: 13626445.

HSL color Cylindrical-coordinate representation of color #4DECCF: hue angle of 169.06º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4DECCF is Cyan = 0.67, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB 77 236 207 -
CMYK 0.67 0 0.12 0.07
HSL 169.06º 0.81% 0.61% -
HSV(B) 169.06º 0.67% 0.93% -
XYZ 44.32 66.07 69.45 -
YUV 185.15 140.32 50.86 -
System Red Green Blue C M Y K H S L
Decimal 77 236 207 0.67 0 0.12 0.07 169.06 0.81 0.61
Hex 4D EC CF 43 0 C 7 A9 51 3D
Octal 115 354 317 103 0 14 7 251 121 75
Binary 1001101 11101100 11001111 1000011 0 1100 111 10101001 1010001 111101

Color Harmonies of #4DECCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DECCF

Black with #4DECCF

Text Example


Text Example

White with #4DECCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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