Html Css Color HEX #4AFADA Turquoise

📋 copy color: '#4AFADA'

red 74 ◦ green 250 ◦ blue 218

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

Shades of Turquoise #4AFADA

Tints of Turquoise #4AFADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.22%

R = 13.65%
G = 46.13%
B = 40.22%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#4AFADA (or 0x4AFADA) is known color: Turquoise. HEX triplet: 4A, FA and DA. RGB value is (74,250,218). Sum of RGB (Red+Green+Blue) = 74+250+218=542 (71% of max value = 765). Red value is 74 (29.30% from 255 or 13.65% from 542); Green value is 250 (98.05% from 255 or 46.13% from 542); Blue value is 218 (85.55% from 255 or 40.22% from 542); Max value from RGB is 250 - color contains mainly: green. Hex color #4AFADA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AFADA is #B50525. Grayscale: #C1C1C1. Windows color (decimal): -11863334 or 14350922. OLE color: 14350922.

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

Color convert

RGB 74 250 218 -
CMYK 0.70 0 0.13 0.02
HSL 169.09º 0.95% 0.64% -
HSV(B) 169.09º 0.7% 0.98% -
XYZ 49.66 74.89 78.17 -
YUV 193.73 141.69 42.6 -
System Red Green Blue C M Y K H S L
Decimal 74 250 218 0.70 0 0.13 0.02 169.09 0.95 0.64
Hex 4A FA DA 46 0 D 2 A9 5F 40
Octal 112 372 332 106 0 15 2 251 137 100
Binary 1001010 11111010 11011010 1000110 0 1101 10 10101001 1011111 1000000

Color Harmonies of #4AFADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AFADA

Black with #4AFADA

Text Example


Text Example

White with #4AFADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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