Html Css Color HEX #4DEECE Turquoise

📋 copy color: '#4DEECE'

red 77 ◦ green 238 ◦ blue 206

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

Shades of Turquoise #4DEECE

Tints of Turquoise #4DEECE

RGB

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

 GREEN value IS 238 (93.36% from 255) = 45.68%

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

R = 14.78%
G = 45.68%
B = 39.54%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#4DEECE (or 0x4DEECE) is known color: Turquoise. HEX triplet: 4D, EE and CE. RGB value is (77,238,206). Sum of RGB (Red+Green+Blue) = 77+238+206=521 (69% of max value = 765). Red value is 77 (30.47% from 255 or 14.78% from 521); Green value is 238 (93.36% from 255 or 45.68% from 521); Blue value is 206 (80.86% from 255 or 39.54% from 521); Max value from RGB is 238 - color contains mainly: green. Hex color #4DEECE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DEECE is #B21131. Grayscale: #BABABA. Windows color (decimal): -11669810 or 13561421. OLE color: 13561421.

HSL color Cylindrical-coordinate representation of color #4DEECE: hue angle of 168.07º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4DEECE is Cyan = 0.68, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB 77 238 206 -
CMYK 0.68 0 0.13 0.07
HSL 168.07º 0.83% 0.62% -
HSV(B) 168.07º 0.68% 0.93% -
XYZ 44.78 67.18 69 -
YUV 186.21 139.16 50.1 -
System Red Green Blue C M Y K H S L
Decimal 77 238 206 0.68 0 0.13 0.07 168.07 0.83 0.62
Hex 4D EE CE 44 0 D 7 A8 53 3E
Octal 115 356 316 104 0 15 7 250 123 76
Binary 1001101 11101110 11001110 1000100 0 1101 111 10101000 1010011 111110

Color Harmonies of #4DEECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DEECE

Black with #4DEECE

Text Example


Text Example

White with #4DEECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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