Html Css Color HEX #4AFAD1 Turquoise

📋 copy color: '#4AFAD1'

red 74 ◦ green 250 ◦ blue 209

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

Shades of Turquoise #4AFAD1

Tints of Turquoise #4AFAD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 39.21%

R = 13.88%
G = 46.9%
B = 39.21%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#4AFAD1 (or 0x4AFAD1) is known color: Turquoise. HEX triplet: 4A, FA and D1. RGB value is (74,250,209). Sum of RGB (Red+Green+Blue) = 74+250+209=533 (70% of max value = 765). Red value is 74 (29.30% from 255 or 13.88% from 533); Green value is 250 (98.05% from 255 or 46.90% from 533); Blue value is 209 (82.03% from 255 or 39.21% from 533); Max value from RGB is 250 - color contains mainly: green. Hex color #4AFAD1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AFAD1 is #B5052E. Grayscale: #C0C0C0. Windows color (decimal): -11863343 or 13761098. OLE color: 13761098.

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

Color convert

RGB 74 250 209 -
CMYK 0.70 0 0.16 0.02
HSL 166.02º 0.95% 0.64% -
HSV(B) 166.02º 0.7% 0.98% -
XYZ 48.52 74.43 72.13 -
YUV 192.7 137.19 43.33 -
System Red Green Blue C M Y K H S L
Decimal 74 250 209 0.70 0 0.16 0.02 166.02 0.95 0.64
Hex 4A FA D1 46 0 10 2 A6 5F 40
Octal 112 372 321 106 0 20 2 246 137 100
Binary 1001010 11111010 11010001 1000110 0 10000 10 10100110 1011111 1000000

Color Harmonies of #4AFAD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AFAD1

Black with #4AFAD1

Text Example


Text Example

White with #4AFAD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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