Html Css Color HEX #4DECCE Turquoise

📋 copy color: '#4DECCE'

red 77 ◦ green 236 ◦ blue 206

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

Shades of Turquoise #4DECCE

Tints of Turquoise #4DECCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.69%

R = 14.84%
G = 45.47%
B = 39.69%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#4DECCE (or 0x4DECCE) is known color: Turquoise. HEX triplet: 4D, EC and CE. RGB value is (77,236,206). Sum of RGB (Red+Green+Blue) = 77+236+206=519 (68% of max value = 765). Red value is 77 (30.47% from 255 or 14.84% from 519); Green value is 236 (92.58% from 255 or 45.47% from 519); Blue value is 206 (80.86% from 255 or 39.69% from 519); Max value from RGB is 236 - color contains mainly: green. Hex color #4DECCE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DECCE is #B21331. Grayscale: #B8B8B8. Windows color (decimal): -11670322 or 13560909. OLE color: 13560909.

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

Color convert

RGB 77 236 206 -
CMYK 0.67 0 0.13 0.07
HSL 168.68º 0.81% 0.61% -
HSV(B) 168.68º 0.67% 0.93% -
XYZ 44.2 66.02 68.81 -
YUV 185.04 139.82 50.94 -
System Red Green Blue C M Y K H S L
Decimal 77 236 206 0.67 0 0.13 0.07 168.68 0.81 0.61
Hex 4D EC CE 43 0 D 7 A9 51 3D
Octal 115 354 316 103 0 15 7 251 121 75
Binary 1001101 11101100 11001110 1000011 0 1101 111 10101001 1010001 111101

Color Harmonies of #4DECCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DECCE

Black with #4DECCE

Text Example


Text Example

White with #4DECCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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