Html Css Color HEX #4AFBB3 Turquoise

📋 copy color: '#4AFBB3'

red 74 ◦ green 251 ◦ blue 179

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

Shades of Turquoise #4AFBB3

Tints of Turquoise #4AFBB3

RGB

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

 GREEN value IS 251 (98.44% from 255) = 49.8%

 BLUE value IS 179 (70.31% from 255) = 35.52%

R = 14.68%
G = 49.8%
B = 35.52%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#4AFBB3 (or 0x4AFBB3) is known color: Turquoise. HEX triplet: 4A, FB and B3. RGB value is (74,251,179). Sum of RGB (Red+Green+Blue) = 74+251+179=504 (66% of max value = 765). Red value is 74 (29.30% from 255 or 14.68% from 504); Green value is 251 (98.44% from 255 or 49.80% from 504); Blue value is 179 (70.31% from 255 or 35.52% from 504); Max value from RGB is 251 - color contains mainly: green. Hex color #4AFBB3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AFBB3 is #B5044C. Grayscale: #BDBDBD. Windows color (decimal): -11863117 or 11795274. OLE color: 11795274.

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

Color convert

RGB 74 251 179 -
CMYK 0.71 0 0.29 0.02
HSL 155.59º 0.96% 0.64% -
HSV(B) 155.59º 0.71% 0.98% -
XYZ 45.46 73.7 54.48 -
YUV 189.87 121.86 45.35 -
System Red Green Blue C M Y K H S L
Decimal 74 251 179 0.71 0 0.29 0.02 155.59 0.96 0.64
Hex 4A FB B3 47 0 1D 2 9C 60 40
Octal 112 373 263 107 0 35 2 234 140 100
Binary 1001010 11111011 10110011 1000111 0 11101 10 10011100 1100000 1000000

Color Harmonies of #4AFBB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AFBB3

Black with #4AFBB3

Text Example


Text Example

White with #4AFBB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,251,179); }

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

background-color css

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

 a { background-color: rgb(74,251,179); }

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

border-color css

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

 span { border-color: rgb(74,251,179); }

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