Html Css Color HEX #4DFADA Turquoise

📋 copy color: '#4DFADA'

red 77 ◦ green 250 ◦ blue 218

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

Shades of Turquoise #4DFADA

Tints of Turquoise #4DFADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40%

R = 14.13%
G = 45.87%
B = 40%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#4DFADA (or 0x4DFADA) is known color: Turquoise. HEX triplet: 4D, FA and DA. RGB value is (77,250,218). Sum of RGB (Red+Green+Blue) = 77+250+218=545 (72% of max value = 765). Red value is 77 (30.47% from 255 or 14.13% from 545); Green value is 250 (98.05% from 255 or 45.87% from 545); Blue value is 218 (85.55% from 255 or 40% from 545); Max value from RGB is 250 - color contains mainly: green. Hex color #4DFADA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DFADA is #B20525. Grayscale: #C2C2C2. Windows color (decimal): -11666726 or 14350925. OLE color: 14350925.

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

Color convert

RGB 77 250 218 -
CMYK 0.69 0 0.13 0.02
HSL 168.9º 0.95% 0.64% -
HSV(B) 168.9º 0.69% 0.98% -
XYZ 49.9 75.01 78.18 -
YUV 194.63 141.19 44.1 -
System Red Green Blue C M Y K H S L
Decimal 77 250 218 0.69 0 0.13 0.02 168.9 0.95 0.64
Hex 4D FA DA 45 0 D 2 A9 5F 40
Octal 115 372 332 105 0 15 2 251 137 100
Binary 1001101 11111010 11011010 1000101 0 1101 10 10101001 1011111 1000000

Color Harmonies of #4DFADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DFADA

Black with #4DFADA

Text Example


Text Example

White with #4DFADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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