Html Css Color HEX #58EBDB Turquoise

📋 copy color: '#58EBDB'

red 88 ◦ green 235 ◦ blue 219

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

Shades of Turquoise #58EBDB

Tints of Turquoise #58EBDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 40.41%

R = 16.24%
G = 43.36%
B = 40.41%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#58EBDB (or 0x58EBDB) is known color: Turquoise. HEX triplet: 58, EB and DB. RGB value is (88,235,219). Sum of RGB (Red+Green+Blue) = 88+235+219=542 (71% of max value = 765). Red value is 88 (34.77% from 255 or 16.24% from 542); Green value is 235 (92.19% from 255 or 43.36% from 542); Blue value is 219 (85.94% from 255 or 40.41% from 542); Max value from RGB is 235 - color contains mainly: green. Hex color #58EBDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #58EBDB is #A71424. Grayscale: #BDBDBD. Windows color (decimal): -10949669 or 14412632. OLE color: 14412632.

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

Color convert

RGB 88 235 219 -
CMYK 0.63 0 0.07 0.08
HSL 173.47º 0.79% 0.63% -
HSV(B) 173.47º 0.63% 0.92% -
XYZ 46.52 66.61 77.42 -
YUV 189.22 144.8 55.8 -
System Red Green Blue C M Y K H S L
Decimal 88 235 219 0.63 0 0.07 0.08 173.47 0.79 0.63
Hex 58 EB DB 3F 0 7 8 AD 4F 3F
Octal 130 353 333 77 0 7 10 255 117 77
Binary 1011000 11101011 11011011 111111 0 111 1000 10101101 1001111 111111

Color Harmonies of #58EBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58EBDB

Black with #58EBDB

Text Example


Text Example

White with #58EBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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