Html Css Color HEX #4AFEDD Turquoise

📋 copy color: '#4AFEDD'

red 74 ◦ green 254 ◦ blue 221

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

Shades of Turquoise #4AFEDD

Tints of Turquoise #4AFEDD

RGB

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

 GREEN value IS 254 (99.61% from 255) = 46.27%

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

R = 13.48%
G = 46.27%
B = 40.26%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#4AFEDD (or 0x4AFEDD) is known color: Turquoise. HEX triplet: 4A, FE and DD. RGB value is (74,254,221). Sum of RGB (Red+Green+Blue) = 74+254+221=549 (72% of max value = 765). Red value is 74 (29.30% from 255 or 13.48% from 549); Green value is 254 (99.61% from 255 or 46.27% from 549); Blue value is 221 (86.72% from 255 or 40.26% from 549); Max value from RGB is 254 - color contains mainly: green. Hex color #4AFEDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AFEDD is #B50122. Grayscale: #C4C4C4. Windows color (decimal): -11862307 or 14548554. OLE color: 14548554.

HSL color Cylindrical-coordinate representation of color #4AFEDD: hue angle of 169º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4AFEDD is Cyan = 0.71, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.

Color convert

RGB 74 254 221 -
CMYK 0.71 0 0.13 0.00
HSL 169º 0.99% 0.64% -
HSV(B) 169º 0.71% 1% -
XYZ 51.32 77.56 80.67 -
YUV 196.42 141.87 40.68 -
System Red Green Blue C M Y K H S L
Decimal 74 254 221 0.71 0 0.13 0.00 169 0.99 0.64
Hex 4A FE DD 47 0 D 0 A9 63 40
Octal 112 376 335 107 0 15 0 251 143 100
Binary 1001010 11111110 11011101 1000111 0 1101 0 10101001 1100011 1000000

Color Harmonies of #4AFEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AFEDD

Black with #4AFEDD

Text Example


Text Example

White with #4AFEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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