Html Css Color HEX #4AFDAD Turquoise

📋 copy color: '#4AFDAD'

red 74 ◦ green 253 ◦ blue 173

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

Shades of Turquoise #4AFDAD

Tints of Turquoise #4AFDAD

RGB

 RED value IS 74 (29.3% from 255) = 14.8%

 GREEN value IS 253 (99.22% from 255) = 50.6%

 BLUE value IS 173 (67.97% from 255) = 34.6%

R = 14.8%
G = 50.6%
B = 34.6%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#4AFDAD (or 0x4AFDAD) is known color: Turquoise. HEX triplet: 4A, FD and AD. RGB value is (74,253,173). Sum of RGB (Red+Green+Blue) = 74+253+173=500 (66% of max value = 765). Red value is 74 (29.30% from 255 or 14.8% from 500); Green value is 253 (99.22% from 255 or 50.6% from 500); Blue value is 173 (67.97% from 255 or 34.6% from 500); Max value from RGB is 253 - color contains mainly: green. Hex color #4AFDAD is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4AFDAD is #B50252. Grayscale: #BEBEBE. Windows color (decimal): -11862611 or 11402570. OLE color: 11402570.

HSL color Cylindrical-coordinate representation of color #4AFDAD: hue angle of 153.18º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4AFDAD is Cyan = 0.71, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.

Color convert

RGB 74 253 173 -
CMYK 0.71 0 0.32 0.01
HSL 153.18º 0.98% 0.64% -
HSV(B) 153.18º 0.71% 0.99% -
XYZ 45.49 74.72 51.56 -
YUV 190.36 118.2 45 -
System Red Green Blue C M Y K H S L
Decimal 74 253 173 0.71 0 0.32 0.01 153.18 0.98 0.64
Hex 4A FD AD 47 0 20 1 99 62 40
Octal 112 375 255 107 0 40 1 231 142 100
Binary 1001010 11111101 10101101 1000111 0 100000 1 10011001 1100010 1000000

Color Harmonies of #4AFDAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AFDAD

Black with #4AFDAD

Text Example


Text Example

White with #4AFDAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,253,173); }

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

background-color css

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

 a { background-color: rgb(74,253,173); }

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

border-color css

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

 span { border-color: rgb(74,253,173); }

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