Html Css Color HEX #58EADF Turquoise

📋 copy color: '#58EADF'

red 88 ◦ green 234 ◦ blue 223

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

Shades of Turquoise #58EADF

Tints of Turquoise #58EADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.92%

R = 16.15%
G = 42.94%
B = 40.92%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#58EADF (or 0x58EADF) is known color: Turquoise. HEX triplet: 58, EA and DF. RGB value is (88,234,223). Sum of RGB (Red+Green+Blue) = 88+234+223=545 (72% of max value = 765). Red value is 88 (34.77% from 255 or 16.15% from 545); Green value is 234 (91.80% from 255 or 42.94% from 545); Blue value is 223 (87.5% from 255 or 40.92% from 545); Max value from RGB is 234 - color contains mainly: green. Hex color #58EADF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #58EADF is #A71520. Grayscale: #BCBCBC. Windows color (decimal): -10949921 or 14674520. OLE color: 14674520.

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

Color convert

RGB 88 234 223 -
CMYK 0.62 0 0.05 0.08
HSL 175.48º 0.78% 0.63% -
HSV(B) 175.48º 0.62% 0.92% -
XYZ 46.77 66.25 80.13 -
YUV 189.09 147.13 55.89 -
System Red Green Blue C M Y K H S L
Decimal 88 234 223 0.62 0 0.05 0.08 175.48 0.78 0.63
Hex 58 EA DF 3E 0 5 8 AF 4E 3F
Octal 130 352 337 76 0 5 10 257 116 77
Binary 1011000 11101010 11011111 111110 0 101 1000 10101111 1001110 111111

Color Harmonies of #58EADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58EADF

Black with #58EADF

Text Example


Text Example

White with #58EADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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