Html Css Color HEX #58E4E2 Turquoise Blue

📋 copy color: '#58E4E2'

red 88 ◦ green 228 ◦ blue 226

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

Shades of Turquoise Blue #58E4E2

Tints of Turquoise Blue #58E4E2

RGB

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

 GREEN value IS 228 (89.45% from 255) = 42.07%

 BLUE value IS 226 (88.67% from 255) = 41.7%

R = 16.24%
G = 42.07%
B = 41.7%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.01

 K value IS 0.11

RGB Variations

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

Color information

#58E4E2 (or 0x58E4E2) is known color: Turquoise Blue. HEX triplet: 58, E4 and E2. RGB value is (88,228,226). Sum of RGB (Red+Green+Blue) = 88+228+226=542 (71% of max value = 765). Red value is 88 (34.77% from 255 or 16.24% from 542); Green value is 228 (89.45% from 255 or 42.07% from 542); Blue value is 226 (88.67% from 255 or 41.70% from 542); Max value from RGB is 228 - color contains mainly: green. Hex color #58E4E2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58E4E2 is #A71B1D. Grayscale: #B9B9B9. Windows color (decimal): -10951454 or 14869592. OLE color: 14869592.

HSL color Cylindrical-coordinate representation of color #58E4E2: hue angle of 179.14º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #58E4E2 is Cyan = 0.61, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.11.

Color convert

RGB 88 228 226 -
CMYK 0.61 0 0.01 0.11
HSL 179.14º 0.72% 0.62% -
HSV(B) 179.14º 0.61% 0.89% -
XYZ 45.5 63.05 81.72 -
YUV 185.91 150.62 58.16 -
System Red Green Blue C M Y K H S L
Decimal 88 228 226 0.61 0 0.01 0.11 179.14 0.72 0.62
Hex 58 E4 E2 3D 0 1 B B3 48 3E
Octal 130 344 342 75 0 1 13 263 110 76
Binary 1011000 11100100 11100010 111101 0 1 1011 10110011 1001000 111110

Color Harmonies of #58E4E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58E4E2

Black with #58E4E2

Text Example


Text Example

White with #58E4E2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,228,226); }

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

background-color css

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

 a { background-color: rgb(88,228,226); }

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

border-color css

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

 span { border-color: rgb(88,228,226); }

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