Html Css Color HEX #4AFAAF Turquoise

📋 copy color: '#4AFAAF'

red 74 ◦ green 250 ◦ blue 175

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

Shades of Turquoise #4AFAAF

Tints of Turquoise #4AFAAF

RGB

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

 GREEN value IS 250 (98.05% from 255) = 50.1%

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

R = 14.83%
G = 50.1%
B = 35.07%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.3

 K value IS 0.02

RGB Variations

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

Color information

#4AFAAF (or 0x4AFAAF) is known color: Turquoise. HEX triplet: 4A, FA and AF. RGB value is (74,250,175). Sum of RGB (Red+Green+Blue) = 74+250+175=499 (66% of max value = 765). Red value is 74 (29.30% from 255 or 14.83% from 499); Green value is 250 (98.05% from 255 or 50.10% from 499); Blue value is 175 (68.75% from 255 or 35.07% from 499); Max value from RGB is 250 - color contains mainly: green. Hex color #4AFAAF is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4AFAAF is #B50550. Grayscale: #BCBCBC. Windows color (decimal): -11863377 or 11532874. OLE color: 11532874.

HSL color Cylindrical-coordinate representation of color #4AFAAF: hue angle of 154.43º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4AFAAF is Cyan = 0.70, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.02.

Color convert

RGB 74 250 175 -
CMYK 0.70 0 0.3 0.02
HSL 154.43º 0.95% 0.64% -
HSV(B) 154.43º 0.7% 0.98% -
XYZ 44.75 72.92 52.27 -
YUV 188.83 120.19 46.1 -
System Red Green Blue C M Y K H S L
Decimal 74 250 175 0.70 0 0.3 0.02 154.43 0.95 0.64
Hex 4A FA AF 46 0 1E 2 9A 5F 40
Octal 112 372 257 106 0 36 2 232 137 100
Binary 1001010 11111010 10101111 1000110 0 11110 10 10011010 1011111 1000000

Color Harmonies of #4AFAAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AFAAF

Black with #4AFAAF

Text Example


Text Example

White with #4AFAAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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