Html Css Color HEX #58E4C6 Turquoise

📋 copy color: '#58E4C6'

red 88 ◦ green 228 ◦ blue 198

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

Shades of Turquoise #58E4C6

Tints of Turquoise #58E4C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 38.52%

R = 17.12%
G = 44.36%
B = 38.52%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.13

 K value IS 0.11

RGB Variations

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

Color information

#58E4C6 (or 0x58E4C6) is known color: Turquoise. HEX triplet: 58, E4 and C6. RGB value is (88,228,198). Sum of RGB (Red+Green+Blue) = 88+228+198=514 (68% of max value = 765). Red value is 88 (34.77% from 255 or 17.12% from 514); Green value is 228 (89.45% from 255 or 44.36% from 514); Blue value is 198 (77.73% from 255 or 38.52% from 514); Max value from RGB is 228 - color contains mainly: green. Hex color #58E4C6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58E4C6 is #A71B39. Grayscale: #B6B6B6. Windows color (decimal): -10951482 or 13034584. OLE color: 13034584.

HSL color Cylindrical-coordinate representation of color #58E4C6: hue angle of 167.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 #58E4C6 is Cyan = 0.61, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.11.

Color convert

RGB 88 228 198 -
CMYK 0.61 0 0.13 0.11
HSL 167.14º 0.72% 0.62% -
HSV(B) 167.14º 0.61% 0.89% -
XYZ 41.96 61.64 63.11 -
YUV 182.72 136.62 60.44 -
System Red Green Blue C M Y K H S L
Decimal 88 228 198 0.61 0 0.13 0.11 167.14 0.72 0.62
Hex 58 E4 C6 3D 0 D B A7 48 3E
Octal 130 344 306 75 0 15 13 247 110 76
Binary 1011000 11100100 11000110 111101 0 1101 1011 10100111 1001000 111110

Color Harmonies of #58E4C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58E4C6

Black with #58E4C6

Text Example


Text Example

White with #58E4C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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