Html Css Color HEX #71EFDF Aquamarine

📋 copy color: '#71EFDF'

red 113 ◦ green 239 ◦ blue 223

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

Shades of Aquamarine #71EFDF

Tints of Aquamarine #71EFDF

RGB

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

 GREEN value IS 239 (93.75% from 255) = 41.57%

 BLUE value IS 223 (87.5% from 255) = 38.78%

R = 19.65%
G = 41.57%
B = 38.78%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#71EFDF (or 0x71EFDF) is known color: Aquamarine. HEX triplet: 71, EF and DF. RGB value is (113,239,223). Sum of RGB (Red+Green+Blue) = 113+239+223=575 (76% of max value = 765). Red value is 113 (44.53% from 255 or 19.65% from 575); Green value is 239 (93.75% from 255 or 41.57% from 575); Blue value is 223 (87.5% from 255 or 38.78% from 575); Max value from RGB is 239 - color contains mainly: green. Hex color #71EFDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71EFDF is #8E1020. Grayscale: #C7C7C7. Windows color (decimal): -9310241 or 14675825. OLE color: 14675825.

HSL color Cylindrical-coordinate representation of color #71EFDF: hue angle of 172.38º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #71EFDF is Cyan = 0.53, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.

Color convert

RGB 113 239 223 -
CMYK 0.53 0 0.07 0.06
HSL 172.38º 0.8% 0.69% -
HSV(B) 172.38º 0.53% 0.94% -
XYZ 51 70.57 80.75 -
YUV 199.5 141.26 66.3 -
System Red Green Blue C M Y K H S L
Decimal 113 239 223 0.53 0 0.07 0.06 172.38 0.8 0.69
Hex 71 EF DF 35 0 7 6 AC 50 45
Octal 161 357 337 65 0 7 6 254 120 105
Binary 1110001 11101111 11011111 110101 0 111 110 10101100 1010000 1000101

Color Harmonies of #71EFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71EFDF

Black with #71EFDF

Text Example


Text Example

White with #71EFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,239,223); }

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

background-color css

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

 a { background-color: rgb(113,239,223); }

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

border-color css

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

 span { border-color: rgb(113,239,223); }

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