Html Css Color HEX #4AFCAF Turquoise

📋 copy color: '#4AFCAF'

red 74 ◦ green 252 ◦ blue 175

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

Shades of Turquoise #4AFCAF

Tints of Turquoise #4AFCAF

RGB

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

 GREEN value IS 252 (98.83% from 255) = 50.3%

 BLUE value IS 175 (68.75% from 255) = 34.93%

R = 14.77%
G = 50.3%
B = 34.93%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.31

 K value IS 0.01

RGB Variations

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

Color information

#4AFCAF (or 0x4AFCAF) is known color: Turquoise. HEX triplet: 4A, FC and AF. RGB value is (74,252,175). Sum of RGB (Red+Green+Blue) = 74+252+175=501 (66% of max value = 765). Red value is 74 (29.30% from 255 or 14.77% from 501); Green value is 252 (98.83% from 255 or 50.30% from 501); Blue value is 175 (68.75% from 255 or 34.93% from 501); Max value from RGB is 252 - color contains mainly: green. Hex color #4AFCAF is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4AFCAF is #B50350. Grayscale: #BEBEBE. Windows color (decimal): -11862865 or 11533386. OLE color: 11533386.

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

Color convert

RGB 74 252 175 -
CMYK 0.71 0 0.31 0.01
HSL 154.04º 0.97% 0.64% -
HSV(B) 154.04º 0.71% 0.99% -
XYZ 45.37 74.17 52.48 -
YUV 190 119.53 45.26 -
System Red Green Blue C M Y K H S L
Decimal 74 252 175 0.71 0 0.31 0.01 154.04 0.97 0.64
Hex 4A FC AF 47 0 1F 1 9A 61 40
Octal 112 374 257 107 0 37 1 232 141 100
Binary 1001010 11111100 10101111 1000111 0 11111 1 10011010 1100001 1000000

Color Harmonies of #4AFCAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AFCAF

Black with #4AFCAF

Text Example


Text Example

White with #4AFCAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,252,175); }

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

background-color css

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

 a { background-color: rgb(74,252,175); }

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

border-color css

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

 span { border-color: rgb(74,252,175); }

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