Html Css Color HEX #4AFBB2 Turquoise

📋 copy color: '#4AFBB2'

red 74 ◦ green 251 ◦ blue 178

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

Shades of Turquoise #4AFBB2

Tints of Turquoise #4AFBB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 35.39%

R = 14.71%
G = 49.9%
B = 35.39%

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

#4AFBB2 (or 0x4AFBB2) is known color: Turquoise. HEX triplet: 4A, FB and B2. RGB value is (74,251,178). Sum of RGB (Red+Green+Blue) = 74+251+178=503 (66% of max value = 765). Red value is 74 (29.30% from 255 or 14.71% from 503); Green value is 251 (98.44% from 255 or 49.90% from 503); Blue value is 178 (69.92% from 255 or 35.39% from 503); Max value from RGB is 251 - color contains mainly: green. Hex color #4AFBB2 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4AFBB2 is #B5044D. Grayscale: #BDBDBD. Windows color (decimal): -11863118 or 11729738. OLE color: 11729738.

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

Color convert

RGB 74 251 178 -
CMYK 0.71 0 0.29 0.02
HSL 155.25º 0.96% 0.64% -
HSV(B) 155.25º 0.71% 0.98% -
XYZ 45.36 73.66 53.95 -
YUV 189.76 121.36 45.44 -
System Red Green Blue C M Y K H S L
Decimal 74 251 178 0.71 0 0.29 0.02 155.25 0.96 0.64
Hex 4A FB B2 47 0 1D 2 9B 60 40
Octal 112 373 262 107 0 35 2 233 140 100
Binary 1001010 11111011 10110010 1000111 0 11101 10 10011011 1100000 1000000

Color Harmonies of #4AFBB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AFBB2

Black with #4AFBB2

Text Example


Text Example

White with #4AFBB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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