Html Css Color HEX #4AFADD Turquoise

📋 copy color: '#4AFADD'

red 74 ◦ green 250 ◦ blue 221

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

Shades of Turquoise #4AFADD

Tints of Turquoise #4AFADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.55%

R = 13.58%
G = 45.87%
B = 40.55%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#4AFADD (or 0x4AFADD) is known color: Turquoise. HEX triplet: 4A, FA and DD. RGB value is (74,250,221). Sum of RGB (Red+Green+Blue) = 74+250+221=545 (72% of max value = 765). Red value is 74 (29.30% from 255 or 13.58% from 545); Green value is 250 (98.05% from 255 or 45.87% from 545); Blue value is 221 (86.72% from 255 or 40.55% from 545); Max value from RGB is 250 - color contains mainly: green. Hex color #4AFADD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AFADD is #B50522. Grayscale: #C2C2C2. Windows color (decimal): -11863331 or 14547530. OLE color: 14547530.

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

Color convert

RGB 74 250 221 -
CMYK 0.70 0 0.12 0.02
HSL 170.11º 0.95% 0.64% -
HSV(B) 170.11º 0.7% 0.98% -
XYZ 50.06 75.05 80.25 -
YUV 194.07 143.19 42.36 -
System Red Green Blue C M Y K H S L
Decimal 74 250 221 0.70 0 0.12 0.02 170.11 0.95 0.64
Hex 4A FA DD 46 0 C 2 AA 5F 40
Octal 112 372 335 106 0 14 2 252 137 100
Binary 1001010 11111010 11011101 1000110 0 1100 10 10101010 1011111 1000000

Color Harmonies of #4AFADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AFADD

Black with #4AFADD

Text Example


Text Example

White with #4AFADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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