Html Css Color HEX #58EBC3 Turquoise

📋 copy color: '#58EBC3'

red 88 ◦ green 235 ◦ blue 195

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

Shades of Turquoise #58EBC3

Tints of Turquoise #58EBC3

RGB

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

 GREEN value IS 235 (92.19% from 255) = 45.37%

 BLUE value IS 195 (76.56% from 255) = 37.64%

R = 16.99%
G = 45.37%
B = 37.64%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.17

 K value IS 0.08

RGB Variations

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

Color information

#58EBC3 (or 0x58EBC3) is known color: Turquoise. HEX triplet: 58, EB and C3. RGB value is (88,235,195). Sum of RGB (Red+Green+Blue) = 88+235+195=518 (68% of max value = 765). Red value is 88 (34.77% from 255 or 16.99% from 518); Green value is 235 (92.19% from 255 or 45.37% from 518); Blue value is 195 (76.56% from 255 or 37.64% from 518); Max value from RGB is 235 - color contains mainly: green. Hex color #58EBC3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #58EBC3 is #A7143C. Grayscale: #BABABA. Windows color (decimal): -10949693 or 12839768. OLE color: 12839768.

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

Color convert

RGB 88 235 195 -
CMYK 0.63 0 0.17 0.08
HSL 163.67º 0.79% 0.63% -
HSV(B) 163.67º 0.63% 0.92% -
XYZ 43.58 65.43 61.96 -
YUV 186.49 132.8 57.75 -
System Red Green Blue C M Y K H S L
Decimal 88 235 195 0.63 0 0.17 0.08 163.67 0.79 0.63
Hex 58 EB C3 3F 0 11 8 A4 4F 3F
Octal 130 353 303 77 0 21 10 244 117 77
Binary 1011000 11101011 11000011 111111 0 10001 1000 10100100 1001111 111111

Color Harmonies of #58EBC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58EBC3

Black with #58EBC3

Text Example


Text Example

White with #58EBC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,235,195); }

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

background-color css

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

 a { background-color: rgb(88,235,195); }

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

border-color css

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

 span { border-color: rgb(88,235,195); }

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