Html Css Color HEX #4AFDBA Turquoise

📋 copy color: '#4AFDBA'

red 74 ◦ green 253 ◦ blue 186

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

Shades of Turquoise #4AFDBA

Tints of Turquoise #4AFDBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 36.26%

R = 14.42%
G = 49.32%
B = 36.26%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#4AFDBA (or 0x4AFDBA) is known color: Turquoise. HEX triplet: 4A, FD and BA. RGB value is (74,253,186). Sum of RGB (Red+Green+Blue) = 74+253+186=513 (67% of max value = 765). Red value is 74 (29.30% from 255 or 14.42% from 513); Green value is 253 (99.22% from 255 or 49.32% from 513); Blue value is 186 (73.05% from 255 or 36.26% from 513); Max value from RGB is 253 - color contains mainly: green. Hex color #4AFDBA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AFDBA is #B50245. Grayscale: #BFBFBF. Windows color (decimal): -11862598 or 12254538. OLE color: 12254538.

HSL color Cylindrical-coordinate representation of color #4AFDBA: hue angle of 157.54º 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 #4AFDBA is Cyan = 0.71, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB 74 253 186 -
CMYK 0.71 0 0.26 0.01
HSL 157.54º 0.98% 0.64% -
HSV(B) 157.54º 0.71% 0.99% -
XYZ 46.81 75.25 58.51 -
YUV 191.84 124.7 43.95 -
System Red Green Blue C M Y K H S L
Decimal 74 253 186 0.71 0 0.26 0.01 157.54 0.98 0.64
Hex 4A FD BA 47 0 1A 1 9E 62 40
Octal 112 375 272 107 0 32 1 236 142 100
Binary 1001010 11111101 10111010 1000111 0 11010 1 10011110 1100010 1000000

Color Harmonies of #4AFDBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AFDBA

Black with #4AFDBA

Text Example


Text Example

White with #4AFDBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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