Html Css Color HEX #58EEDE Turquoise

📋 copy color: '#58EEDE'

red 88 ◦ green 238 ◦ blue 222

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

Shades of Turquoise #58EEDE

Tints of Turquoise #58EEDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 40.51%

R = 16.06%
G = 43.43%
B = 40.51%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#58EEDE (or 0x58EEDE) is known color: Turquoise. HEX triplet: 58, EE and DE. RGB value is (88,238,222). Sum of RGB (Red+Green+Blue) = 88+238+222=548 (72% of max value = 765). Red value is 88 (34.77% from 255 or 16.06% from 548); Green value is 238 (93.36% from 255 or 43.43% from 548); Blue value is 222 (87.11% from 255 or 40.51% from 548); Max value from RGB is 238 - color contains mainly: green. Hex color #58EEDE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #58EEDE is #A71121. Grayscale: #BFBFBF. Windows color (decimal): -10948898 or 14610008. OLE color: 14610008.

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

Color convert

RGB 88 238 222 -
CMYK 0.63 0 0.07 0.07
HSL 173.6º 0.82% 0.64% -
HSV(B) 173.6º 0.63% 0.93% -
XYZ 47.78 68.5 79.81 -
YUV 191.33 145.31 54.3 -
System Red Green Blue C M Y K H S L
Decimal 88 238 222 0.63 0 0.07 0.07 173.6 0.82 0.64
Hex 58 EE DE 3F 0 7 7 AE 52 40
Octal 130 356 336 77 0 7 7 256 122 100
Binary 1011000 11101110 11011110 111111 0 111 111 10101110 1010010 1000000

Color Harmonies of #58EEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58EEDE

Black with #58EEDE

Text Example


Text Example

White with #58EEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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