Html Css Color HEX #58EACE Turquoise

📋 copy color: '#58EACE'

red 88 ◦ green 234 ◦ blue 206

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

Shades of Turquoise #58EACE

Tints of Turquoise #58EACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.02%

R = 16.67%
G = 44.32%
B = 39.02%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#58EACE (or 0x58EACE) is known color: Turquoise. HEX triplet: 58, EA and CE. RGB value is (88,234,206). Sum of RGB (Red+Green+Blue) = 88+234+206=528 (69% of max value = 765). Red value is 88 (34.77% from 255 or 16.67% from 528); Green value is 234 (91.80% from 255 or 44.32% from 528); Blue value is 206 (80.86% from 255 or 39.02% from 528); Max value from RGB is 234 - color contains mainly: green. Hex color #58EACE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #58EACE is #A71531. Grayscale: #BBBBBB. Windows color (decimal): -10949938 or 13560408. OLE color: 13560408.

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

Color convert

RGB 88 234 206 -
CMYK 0.62 0 0.12 0.08
HSL 168.49º 0.78% 0.63% -
HSV(B) 168.49º 0.62% 0.92% -
XYZ 44.59 65.38 68.66 -
YUV 187.15 138.63 57.28 -
System Red Green Blue C M Y K H S L
Decimal 88 234 206 0.62 0 0.12 0.08 168.49 0.78 0.63
Hex 58 EA CE 3E 0 C 8 A8 4E 3F
Octal 130 352 316 76 0 14 10 250 116 77
Binary 1011000 11101010 11001110 111110 0 1100 1000 10101000 1001110 111111

Color Harmonies of #58EACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58EACE

Black with #58EACE

Text Example


Text Example

White with #58EACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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