Html Css Color HEX #4DFACF Turquoise

📋 copy color: '#4DFACF'

red 77 ◦ green 250 ◦ blue 207

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

Shades of Turquoise #4DFACF

Tints of Turquoise #4DFACF

RGB

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

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

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

R = 14.42%
G = 46.82%
B = 38.76%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#4DFACF (or 0x4DFACF) is known color: Turquoise. HEX triplet: 4D, FA and CF. RGB value is (77,250,207). Sum of RGB (Red+Green+Blue) = 77+250+207=534 (70% of max value = 765). Red value is 77 (30.47% from 255 or 14.42% from 534); Green value is 250 (98.05% from 255 or 46.82% from 534); Blue value is 207 (81.25% from 255 or 38.76% from 534); Max value from RGB is 250 - color contains mainly: green. Hex color #4DFACF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DFACF is #B20530. Grayscale: #C1C1C1. Windows color (decimal): -11666737 or 13630029. OLE color: 13630029.

HSL color Cylindrical-coordinate representation of color #4DFACF: hue angle of 165.09º 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 #4DFACF is Cyan = 0.69, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.

Color convert

RGB 77 250 207 -
CMYK 0.69 0 0.17 0.02
HSL 165.09º 0.95% 0.64% -
HSV(B) 165.09º 0.69% 0.98% -
XYZ 48.51 74.45 70.85 -
YUV 193.37 135.69 45 -
System Red Green Blue C M Y K H S L
Decimal 77 250 207 0.69 0 0.17 0.02 165.09 0.95 0.64
Hex 4D FA CF 45 0 11 2 A5 5F 40
Octal 115 372 317 105 0 21 2 245 137 100
Binary 1001101 11111010 11001111 1000101 0 10001 10 10100101 1011111 1000000

Color Harmonies of #4DFACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DFACF

Black with #4DFACF

Text Example


Text Example

White with #4DFACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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