Html Css Color HEX #4AFFBC Turquoise

📋 copy color: '#4AFFBC'

red 74 ◦ green 255 ◦ blue 188

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

Shades of Turquoise #4AFFBC

Tints of Turquoise #4AFFBC

RGB

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

 GREEN value IS 255 (100% from 255) = 49.32%

 BLUE value IS 188 (73.83% from 255) = 36.36%

R = 14.31%
G = 49.32%
B = 36.36%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.26

 K value IS 0

RGB Variations

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

Color information

#4AFFBC (or 0x4AFFBC) is known color: Turquoise. HEX triplet: 4A, FF and BC. RGB value is (74,255,188). Sum of RGB (Red+Green+Blue) = 74+255+188=517 (68% of max value = 765). Red value is 74 (29.30% from 255 or 14.31% from 517); Green value is 255 (100% from 255 or 49.32% from 517); Blue value is 188 (73.83% from 255 or 36.36% from 517); Max value from RGB is 255 - color contains mainly: green. Hex color #4AFFBC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AFFBC is #B50043. Grayscale: #C1C1C1. Windows color (decimal): -11862084 or 12386122. OLE color: 12386122.

HSL color Cylindrical-coordinate representation of color #4AFFBC: hue angle of 157.79º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4AFFBC is Cyan = 0.71, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.

Color convert

RGB 74 255 188 -
CMYK 0.71 0 0.26 0
HSL 157.79º 1% 0.65% -
HSV(B) 157.79º 0.71% 1% -
XYZ 47.66 76.61 59.85 -
YUV 193.24 125.03 42.95 -
System Red Green Blue C M Y K H S L
Decimal 74 255 188 0.71 0 0.26 0 157.79 1 0.65
Hex 4A FF BC 47 0 1A 0 9E 64 41
Octal 112 377 274 107 0 32 0 236 144 101
Binary 1001010 11111111 10111100 1000111 0 11010 0 10011110 1100100 1000001

Color Harmonies of #4AFFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AFFBC

Black with #4AFFBC

Text Example


Text Example

White with #4AFFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,255,188); }

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

background-color css

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

 a { background-color: rgb(74,255,188); }

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

border-color css

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

 span { border-color: rgb(74,255,188); }

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