Html Css Color HEX #4DFACD Turquoise

📋 copy color: '#4DFACD'

red 77 ◦ green 250 ◦ blue 205

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

Shades of Turquoise #4DFACD

Tints of Turquoise #4DFACD

RGB

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

 GREEN value IS 250 (98.05% from 255) = 46.99%

 BLUE value IS 205 (80.47% from 255) = 38.53%

R = 14.47%
G = 46.99%
B = 38.53%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#4DFACD (or 0x4DFACD) is known color: Turquoise. HEX triplet: 4D, FA and CD. RGB value is (77,250,205). Sum of RGB (Red+Green+Blue) = 77+250+205=532 (70% of max value = 765). Red value is 77 (30.47% from 255 or 14.47% from 532); Green value is 250 (98.05% from 255 or 46.99% from 532); Blue value is 205 (80.47% from 255 or 38.53% from 532); Max value from RGB is 250 - color contains mainly: green. Hex color #4DFACD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DFACD is #B20532. Grayscale: #C1C1C1. Windows color (decimal): -11666739 or 13498957. OLE color: 13498957.

HSL color Cylindrical-coordinate representation of color #4DFACD: hue angle of 164.39º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4DFACD is Cyan = 0.69, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB 77 250 205 -
CMYK 0.69 0 0.18 0.02
HSL 164.39º 0.95% 0.64% -
HSV(B) 164.39º 0.69% 0.98% -
XYZ 48.27 74.36 69.57 -
YUV 193.14 134.69 45.16 -
System Red Green Blue C M Y K H S L
Decimal 77 250 205 0.69 0 0.18 0.02 164.39 0.95 0.64
Hex 4D FA CD 45 0 12 2 A4 5F 40
Octal 115 372 315 105 0 22 2 244 137 100
Binary 1001101 11111010 11001101 1000101 0 10010 10 10100100 1011111 1000000

Color Harmonies of #4DFACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DFACD

Black with #4DFACD

Text Example


Text Example

White with #4DFACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,250,205); }

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

background-color css

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

 a { background-color: rgb(77,250,205); }

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

border-color css

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

 span { border-color: rgb(77,250,205); }

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