Html Css Color HEX #4AFFDE Turquoise

📋 copy color: '#4AFFDE'

red 74 ◦ green 255 ◦ blue 222

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

Shades of Turquoise #4AFFDE

Tints of Turquoise #4AFFDE

RGB

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

 GREEN value IS 255 (100% from 255) = 46.28%

 BLUE value IS 222 (87.11% from 255) = 40.29%

R = 13.43%
G = 46.28%
B = 40.29%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.13

 K value IS 0

RGB Variations

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

Color information

#4AFFDE (or 0x4AFFDE) is known color: Turquoise. HEX triplet: 4A, FF and DE. RGB value is (74,255,222). Sum of RGB (Red+Green+Blue) = 74+255+222=551 (72% of max value = 765). Red value is 74 (29.30% from 255 or 13.43% from 551); Green value is 255 (100% from 255 or 46.28% from 551); Blue value is 222 (87.11% from 255 or 40.29% from 551); Max value from RGB is 255 - color contains mainly: green. Hex color #4AFFDE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AFFDE is #B50021. Grayscale: #C5C5C5. Windows color (decimal): -11862050 or 14614346. OLE color: 14614346.

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

Color convert

RGB 74 255 222 -
CMYK 0.71 0 0.13 0
HSL 169.06º 1% 0.65% -
HSV(B) 169.06º 0.71% 1% -
XYZ 51.77 78.25 81.48 -
YUV 197.12 142.03 40.18 -
System Red Green Blue C M Y K H S L
Decimal 74 255 222 0.71 0 0.13 0 169.06 1 0.65
Hex 4A FF DE 47 0 D 0 A9 64 41
Octal 112 377 336 107 0 15 0 251 144 101
Binary 1001010 11111111 11011110 1000111 0 1101 0 10101001 1100100 1000001

Color Harmonies of #4AFFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AFFDE

Black with #4AFFDE

Text Example


Text Example

White with #4AFFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,255,222); }

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

background-color css

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

 a { background-color: rgb(74,255,222); }

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

border-color css

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

 span { border-color: rgb(74,255,222); }

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