Html Css Color HEX #58E0E1 Turquoise Blue

📋 copy color: '#58E0E1'

red 88 ◦ green 224 ◦ blue 225

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

Shades of Turquoise Blue #58E0E1

Tints of Turquoise Blue #58E0E1

RGB

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

 GREEN value IS 224 (87.89% from 255) = 41.71%

 BLUE value IS 225 (88.28% from 255) = 41.9%

R = 16.39%
G = 41.71%
B = 41.9%

CMYK

 C value IS 0.61

 M value IS 0.00

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#58E0E1 (or 0x58E0E1) is known color: Turquoise Blue. HEX triplet: 58, E0 and E1. RGB value is (88,224,225). Sum of RGB (Red+Green+Blue) = 88+224+225=537 (71% of max value = 765). Red value is 88 (34.77% from 255 or 16.39% from 537); Green value is 224 (87.89% from 255 or 41.71% from 537); Blue value is 225 (88.28% from 255 or 41.90% from 537); Max value from RGB is 225 - color contains mainly: blue. Hex color #58E0E1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58E0E1 is #A71F1E. Grayscale: #B7B7B7. Windows color (decimal): -10952479 or 14803032. OLE color: 14803032.

HSL color Cylindrical-coordinate representation of color #58E0E1: hue angle of 180.44º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #58E0E1 is Cyan = 0.61, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 88 224 225 -
CMYK 0.61 0.00 0 0.12
HSL 180.44º 0.7% 0.61% -
HSV(B) 180.44º 0.61% 0.88% -
XYZ 44.27 60.82 80.64 -
YUV 183.45 151.44 59.92 -
System Red Green Blue C M Y K H S L
Decimal 88 224 225 0.61 0.00 0 0.12 180.44 0.7 0.61
Hex 58 E0 E1 3D 0 0 C B4 46 3D
Octal 130 340 341 75 0 0 14 264 106 75
Binary 1011000 11100000 11100001 111101 0 0 1100 10110100 1000110 111101

Color Harmonies of #58E0E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58E0E1

Black with #58E0E1

Text Example


Text Example

White with #58E0E1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,224,225); }

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

background-color css

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

 a { background-color: rgb(88,224,225); }

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

border-color css

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

 span { border-color: rgb(88,224,225); }

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