Html Css Color HEX #58EEBF Turquoise

📋 copy color: '#58EEBF'

red 88 ◦ green 238 ◦ blue 191

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

Shades of Turquoise #58EEBF

Tints of Turquoise #58EEBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 36.94%

R = 17.02%
G = 46.03%
B = 36.94%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#58EEBF (or 0x58EEBF) is known color: Turquoise. HEX triplet: 58, EE and BF. RGB value is (88,238,191). Sum of RGB (Red+Green+Blue) = 88+238+191=517 (68% of max value = 765). Red value is 88 (34.77% from 255 or 17.02% from 517); Green value is 238 (93.36% from 255 or 46.03% from 517); Blue value is 191 (75% from 255 or 36.94% from 517); Max value from RGB is 238 - color contains mainly: green. Hex color #58EEBF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #58EEBF is #A71140. Grayscale: #BBBBBB. Windows color (decimal): -10948929 or 12578392. OLE color: 12578392.

HSL color Cylindrical-coordinate representation of color #58EEBF: hue angle of 161.2º 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 #58EEBF is Cyan = 0.63, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB 88 238 191 -
CMYK 0.63 0 0.20 0.07
HSL 161.2º 0.82% 0.64% -
HSV(B) 161.2º 0.63% 0.93% -
XYZ 44 66.99 59.9 -
YUV 187.79 129.81 56.82 -
System Red Green Blue C M Y K H S L
Decimal 88 238 191 0.63 0 0.20 0.07 161.2 0.82 0.64
Hex 58 EE BF 3F 0 14 7 A1 52 40
Octal 130 356 277 77 0 24 7 241 122 100
Binary 1011000 11101110 10111111 111111 0 10100 111 10100001 1010010 1000000

Color Harmonies of #58EEBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58EEBF

Black with #58EEBF

Text Example


Text Example

White with #58EEBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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