Html Css Color HEX #58E2DC Turquoise Blue

📋 copy color: '#58E2DC'

red 88 ◦ green 226 ◦ blue 220

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

Shades of Turquoise Blue #58E2DC

Tints of Turquoise Blue #58E2DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 41.2%

R = 16.48%
G = 42.32%
B = 41.2%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#58E2DC (or 0x58E2DC) is known color: Turquoise Blue. HEX triplet: 58, E2 and DC. RGB value is (88,226,220). Sum of RGB (Red+Green+Blue) = 88+226+220=534 (70% of max value = 765). Red value is 88 (34.77% from 255 or 16.48% from 534); Green value is 226 (88.67% from 255 or 42.32% from 534); Blue value is 220 (86.33% from 255 or 41.20% from 534); Max value from RGB is 226 - color contains mainly: green. Hex color #58E2DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58E2DC is #A71D23. Grayscale: #B7B7B7. Windows color (decimal): -10951972 or 14475864. OLE color: 14475864.

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

Color convert

RGB 88 226 220 -
CMYK 0.61 0 0.03 0.11
HSL 177.39º 0.7% 0.62% -
HSV(B) 177.39º 0.61% 0.89% -
XYZ 44.14 61.63 77.28 -
YUV 184.05 148.28 59.49 -
System Red Green Blue C M Y K H S L
Decimal 88 226 220 0.61 0 0.03 0.11 177.39 0.7 0.62
Hex 58 E2 DC 3D 0 3 B B1 46 3E
Octal 130 342 334 75 0 3 13 261 106 76
Binary 1011000 11100010 11011100 111101 0 11 1011 10110001 1000110 111110

Color Harmonies of #58E2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58E2DC

Black with #58E2DC

Text Example


Text Example

White with #58E2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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