Html Css Color HEX #58FDCE Aquamarine

📋 copy color: '#58FDCE'

red 88 ◦ green 253 ◦ blue 206

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

Shades of Aquamarine #58FDCE

Tints of Aquamarine #58FDCE

RGB

 RED value IS 88 (34.77% from 255) = 16.09%

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

 BLUE value IS 206 (80.86% from 255) = 37.66%

R = 16.09%
G = 46.25%
B = 37.66%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#58FDCE (or 0x58FDCE) is known color: Aquamarine. HEX triplet: 58, FD and CE. RGB value is (88,253,206). Sum of RGB (Red+Green+Blue) = 88+253+206=547 (72% of max value = 765). Red value is 88 (34.77% from 255 or 16.09% from 547); Green value is 253 (99.22% from 255 or 46.25% from 547); Blue value is 206 (80.86% from 255 or 37.66% from 547); Max value from RGB is 253 - color contains mainly: green. Hex color #58FDCE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #58FDCE is #A70231. Grayscale: #C6C6C6. Windows color (decimal): -10945074 or 13565272. OLE color: 13565272.

HSL color Cylindrical-coordinate representation of color #58FDCE: hue angle of 162.91º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #58FDCE is Cyan = 0.65, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB 88 253 206 -
CMYK 0.65 0 0.19 0.01
HSL 162.91º 0.98% 0.67% -
HSV(B) 162.91º 0.65% 0.99% -
XYZ 50.29 76.78 70.56 -
YUV 198.31 132.34 49.32 -
System Red Green Blue C M Y K H S L
Decimal 88 253 206 0.65 0 0.19 0.01 162.91 0.98 0.67
Hex 58 FD CE 41 0 13 1 A3 62 43
Octal 130 375 316 101 0 23 1 243 142 103
Binary 1011000 11111101 11001110 1000001 0 10011 1 10100011 1100010 1000011

Color Harmonies of #58FDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58FDCE

Black with #58FDCE

Text Example


Text Example

White with #58FDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58FDCE; }

 p { color: rgb(88,253,206); }

 H1.HeaderClassName
 {
   color: #58FDCE;
 }
 .AnyTagClassName
 {
   color: #58FDCE;
 }
</style>

background-color css

<style>
 a { background-color: #58FDCE; }

 a { background-color: rgb(88,253,206); }

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

border-color css

<style>
 span { border-color: #58FDCE; }

 span { border-color: rgb(88,253,206); }

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