Html Css Color HEX #58EACB Turquoise

📋 copy color: '#58EACB'

red 88 ◦ green 234 ◦ blue 203

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

Shades of Turquoise #58EACB

Tints of Turquoise #58EACB

RGB

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

 GREEN value IS 234 (91.8% from 255) = 44.57%

 BLUE value IS 203 (79.69% from 255) = 38.67%

R = 16.76%
G = 44.57%
B = 38.67%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.13

 K value IS 0.08

RGB Variations

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

Color information

#58EACB (or 0x58EACB) is known color: Turquoise. HEX triplet: 58, EA and CB. RGB value is (88,234,203). Sum of RGB (Red+Green+Blue) = 88+234+203=525 (69% of max value = 765). Red value is 88 (34.77% from 255 or 16.76% from 525); Green value is 234 (91.80% from 255 or 44.57% from 525); Blue value is 203 (79.69% from 255 or 38.67% from 525); Max value from RGB is 234 - color contains mainly: green. Hex color #58EACB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #58EACB is #A71534. Grayscale: #BABABA. Windows color (decimal): -10949941 or 13363800. OLE color: 13363800.

HSL color Cylindrical-coordinate representation of color #58EACB: hue angle of 167.26º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #58EACB is Cyan = 0.62, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB 88 234 203 -
CMYK 0.62 0 0.13 0.08
HSL 167.26º 0.78% 0.63% -
HSV(B) 167.26º 0.62% 0.92% -
XYZ 44.23 65.23 66.76 -
YUV 186.81 137.13 57.52 -
System Red Green Blue C M Y K H S L
Decimal 88 234 203 0.62 0 0.13 0.08 167.26 0.78 0.63
Hex 58 EA CB 3E 0 D 8 A7 4E 3F
Octal 130 352 313 76 0 15 10 247 116 77
Binary 1011000 11101010 11001011 111110 0 1101 1000 10100111 1001110 111111

Color Harmonies of #58EACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58EACB

Black with #58EACB

Text Example


Text Example

White with #58EACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,234,203); }

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

background-color css

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

 a { background-color: rgb(88,234,203); }

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

border-color css

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

 span { border-color: rgb(88,234,203); }

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