Html Css Color HEX #4AFCD1 Turquoise

📋 copy color: '#4AFCD1'

red 74 ◦ green 252 ◦ blue 209

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

Shades of Turquoise #4AFCD1

Tints of Turquoise #4AFCD1

RGB

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

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

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

R = 13.83%
G = 47.1%
B = 39.07%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.17

 K value IS 0.01

RGB Variations

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

Color information

#4AFCD1 (or 0x4AFCD1) is known color: Turquoise. HEX triplet: 4A, FC and D1. RGB value is (74,252,209). Sum of RGB (Red+Green+Blue) = 74+252+209=535 (70% of max value = 765). Red value is 74 (29.30% from 255 or 13.83% from 535); Green value is 252 (98.83% from 255 or 47.10% from 535); Blue value is 209 (82.03% from 255 or 39.07% from 535); Max value from RGB is 252 - color contains mainly: green. Hex color #4AFCD1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AFCD1 is #B5032E. Grayscale: #C1C1C1. Windows color (decimal): -11862831 or 13761610. OLE color: 13761610.

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

Color convert

RGB 74 252 209 -
CMYK 0.71 0 0.17 0.01
HSL 165.51º 0.97% 0.64% -
HSV(B) 165.51º 0.71% 0.99% -
XYZ 49.14 75.68 72.34 -
YUV 193.88 136.53 42.5 -
System Red Green Blue C M Y K H S L
Decimal 74 252 209 0.71 0 0.17 0.01 165.51 0.97 0.64
Hex 4A FC D1 47 0 11 1 A6 61 40
Octal 112 374 321 107 0 21 1 246 141 100
Binary 1001010 11111100 11010001 1000111 0 10001 1 10100110 1100001 1000000

Color Harmonies of #4AFCD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AFCD1

Black with #4AFCD1

Text Example


Text Example

White with #4AFCD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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