Html Css Color HEX #4DFCE6 Turquoise

📋 copy color: '#4DFCE6'

red 77 ◦ green 252 ◦ blue 230

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

Shades of Turquoise #4DFCE6

Tints of Turquoise #4DFCE6

RGB

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

 GREEN value IS 252 (98.83% from 255) = 45.08%

 BLUE value IS 230 (90.23% from 255) = 41.14%

R = 13.77%
G = 45.08%
B = 41.14%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#4DFCE6 (or 0x4DFCE6) is known color: Turquoise. HEX triplet: 4D, FC and E6. RGB value is (77,252,230). Sum of RGB (Red+Green+Blue) = 77+252+230=559 (74% of max value = 765). Red value is 77 (30.47% from 255 or 13.77% from 559); Green value is 252 (98.83% from 255 or 45.08% from 559); Blue value is 230 (90.23% from 255 or 41.14% from 559); Max value from RGB is 252 - color contains mainly: green. Hex color #4DFCE6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4DFCE6 is #B20319. Grayscale: #C5C5C5. Windows color (decimal): -11666202 or 15137869. OLE color: 15137869.

HSL color Cylindrical-coordinate representation of color #4DFCE6: hue angle of 172.46º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4DFCE6 is Cyan = 0.69, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.

Color convert

RGB 77 252 230 -
CMYK 0.69 0 0.09 0.01
HSL 172.46º 0.97% 0.65% -
HSV(B) 172.46º 0.69% 0.99% -
XYZ 52.15 76.91 86.96 -
YUV 197.17 146.52 42.29 -
System Red Green Blue C M Y K H S L
Decimal 77 252 230 0.69 0 0.09 0.01 172.46 0.97 0.65
Hex 4D FC E6 45 0 9 1 AC 61 41
Octal 115 374 346 105 0 11 1 254 141 101
Binary 1001101 11111100 11100110 1000101 0 1001 1 10101100 1100001 1000001

Color Harmonies of #4DFCE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DFCE6

Black with #4DFCE6

Text Example


Text Example

White with #4DFCE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,252,230); }

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

background-color css

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

 a { background-color: rgb(77,252,230); }

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

border-color css

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

 span { border-color: rgb(77,252,230); }

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