Html Css Color HEX #58EED2 Turquoise

📋 copy color: '#58EED2'

red 88 ◦ green 238 ◦ blue 210

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

Shades of Turquoise #58EED2

Tints of Turquoise #58EED2

RGB

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

 GREEN value IS 238 (93.36% from 255) = 44.4%

 BLUE value IS 210 (82.42% from 255) = 39.18%

R = 16.42%
G = 44.4%
B = 39.18%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#58EED2 (or 0x58EED2) is known color: Turquoise. HEX triplet: 58, EE and D2. RGB value is (88,238,210). Sum of RGB (Red+Green+Blue) = 88+238+210=536 (70% of max value = 765). Red value is 88 (34.77% from 255 or 16.42% from 536); Green value is 238 (93.36% from 255 or 44.40% from 536); Blue value is 210 (82.42% from 255 or 39.18% from 536); Max value from RGB is 238 - color contains mainly: green. Hex color #58EED2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #58EED2 is #A7112D. Grayscale: #BDBDBD. Windows color (decimal): -10948910 or 13823576. OLE color: 13823576.

HSL color Cylindrical-coordinate representation of color #58EED2: hue angle of 168.8º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #58EED2 is Cyan = 0.63, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB 88 238 210 -
CMYK 0.63 0 0.12 0.07
HSL 168.8º 0.82% 0.64% -
HSV(B) 168.8º 0.63% 0.93% -
XYZ 46.23 67.88 71.64 -
YUV 189.96 139.31 55.28 -
System Red Green Blue C M Y K H S L
Decimal 88 238 210 0.63 0 0.12 0.07 168.8 0.82 0.64
Hex 58 EE D2 3F 0 C 7 A9 52 40
Octal 130 356 322 77 0 14 7 251 122 100
Binary 1011000 11101110 11010010 111111 0 1100 111 10101001 1010010 1000000

Color Harmonies of #58EED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58EED2

Black with #58EED2

Text Example


Text Example

White with #58EED2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,238,210); }

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

background-color css

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

 a { background-color: rgb(88,238,210); }

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

border-color css

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

 span { border-color: rgb(88,238,210); }

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