Html Css Color HEX #58E2CE Turquoise

📋 copy color: '#58E2CE'

red 88 ◦ green 226 ◦ blue 206

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

Shades of Turquoise #58E2CE

Tints of Turquoise #58E2CE

RGB

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

 GREEN value IS 226 (88.67% from 255) = 43.46%

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

R = 16.92%
G = 43.46%
B = 39.62%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.09

 K value IS 0.11

RGB Variations

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

Color information

#58E2CE (or 0x58E2CE) is known color: Turquoise. HEX triplet: 58, E2 and CE. RGB value is (88,226,206). Sum of RGB (Red+Green+Blue) = 88+226+206=520 (68% of max value = 765). Red value is 88 (34.77% from 255 or 16.92% from 520); Green value is 226 (88.67% from 255 or 43.46% from 520); Blue value is 206 (80.86% from 255 or 39.62% from 520); Max value from RGB is 226 - color contains mainly: green. Hex color #58E2CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58E2CE is #A71D31. Grayscale: #B6B6B6. Windows color (decimal): -10951986 or 13558360. OLE color: 13558360.

HSL color Cylindrical-coordinate representation of color #58E2CE: hue angle of 171.3º degrees, saturation: 0.7, 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 #58E2CE is Cyan = 0.61, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.11.

Color convert

RGB 88 226 206 -
CMYK 0.61 0 0.09 0.11
HSL 171.3º 0.7% 0.62% -
HSV(B) 171.3º 0.61% 0.89% -
XYZ 42.36 60.92 67.92 -
YUV 182.46 141.28 60.63 -
System Red Green Blue C M Y K H S L
Decimal 88 226 206 0.61 0 0.09 0.11 171.3 0.7 0.62
Hex 58 E2 CE 3D 0 9 B AB 46 3E
Octal 130 342 316 75 0 11 13 253 106 76
Binary 1011000 11100010 11001110 111101 0 1001 1011 10101011 1000110 111110

Color Harmonies of #58E2CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58E2CE

Black with #58E2CE

Text Example


Text Example

White with #58E2CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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