Html Css Color HEX #71FDE0 Aquamarine

📋 copy color: '#71FDE0'

red 113 ◦ green 253 ◦ blue 224

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

Shades of Aquamarine #71FDE0

Tints of Aquamarine #71FDE0

RGB

 RED value IS 113 (44.53% from 255) = 19.15%

 GREEN value IS 253 (99.22% from 255) = 42.88%

 BLUE value IS 224 (87.89% from 255) = 37.97%

R = 19.15%
G = 42.88%
B = 37.97%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.11

 K value IS 0.01

RGB Variations

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

Color information

#71FDE0 (or 0x71FDE0) is known color: Aquamarine. HEX triplet: 71, FD and E0. RGB value is (113,253,224). Sum of RGB (Red+Green+Blue) = 113+253+224=590 (78% of max value = 765). Red value is 113 (44.53% from 255 or 19.15% from 590); Green value is 253 (99.22% from 255 or 42.88% from 590); Blue value is 224 (87.89% from 255 or 37.97% from 590); Max value from RGB is 253 - color contains mainly: green. Hex color #71FDE0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71FDE0 is #8E021F. Grayscale: #CFCFCF. Windows color (decimal): -9306656 or 14744945. OLE color: 14744945.

HSL color Cylindrical-coordinate representation of color #71FDE0: hue angle of 167.57º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #71FDE0 is Cyan = 0.55, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.

Color convert

RGB 113 253 224 -
CMYK 0.55 0 0.11 0.01
HSL 167.57º 0.97% 0.72% -
HSV(B) 167.57º 0.55% 0.99% -
XYZ 55.39 79.14 82.88 -
YUV 207.83 137.12 60.36 -
System Red Green Blue C M Y K H S L
Decimal 113 253 224 0.55 0 0.11 0.01 167.57 0.97 0.72
Hex 71 FD E0 37 0 B 1 A8 61 48
Octal 161 375 340 67 0 13 1 250 141 110
Binary 1110001 11111101 11100000 110111 0 1011 1 10101000 1100001 1001000

Color Harmonies of #71FDE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71FDE0

Black with #71FDE0

Text Example


Text Example

White with #71FDE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71FDE0; }

 p { color: rgb(113,253,224); }

 H1.HeaderClassName
 {
   color: #71FDE0;
 }
 .AnyTagClassName
 {
   color: #71FDE0;
 }
</style>

background-color css

<style>
 a { background-color: #71FDE0; }

 a { background-color: rgb(113,253,224); }

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

border-color css

<style>
 span { border-color: #71FDE0; }

 span { border-color: rgb(113,253,224); }

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