Html Css Color HEX #58ECD8 Turquoise

📋 copy color: '#58ECD8'

red 88 ◦ green 236 ◦ blue 216

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

Shades of Turquoise #58ECD8

Tints of Turquoise #58ECD8

RGB

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

 GREEN value IS 236 (92.58% from 255) = 43.7%

 BLUE value IS 216 (84.77% from 255) = 40%

R = 16.3%
G = 43.7%
B = 40%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#58ECD8 (or 0x58ECD8) is known color: Turquoise. HEX triplet: 58, EC and D8. RGB value is (88,236,216). Sum of RGB (Red+Green+Blue) = 88+236+216=540 (71% of max value = 765). Red value is 88 (34.77% from 255 or 16.30% from 540); Green value is 236 (92.58% from 255 or 43.70% from 540); Blue value is 216 (84.77% from 255 or 40% from 540); Max value from RGB is 236 - color contains mainly: green. Hex color #58ECD8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #58ECD8 is #A71327. Grayscale: #BDBDBD. Windows color (decimal): -10949416 or 14216280. OLE color: 14216280.

HSL color Cylindrical-coordinate representation of color #58ECD8: hue angle of 171.89º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #58ECD8 is Cyan = 0.63, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 88 236 216 -
CMYK 0.63 0 0.08 0.07
HSL 171.89º 0.8% 0.64% -
HSV(B) 171.89º 0.63% 0.93% -
XYZ 46.41 67.02 75.46 -
YUV 189.47 142.97 55.63 -
System Red Green Blue C M Y K H S L
Decimal 88 236 216 0.63 0 0.08 0.07 171.89 0.8 0.64
Hex 58 EC D8 3F 0 8 7 AC 50 40
Octal 130 354 330 77 0 10 7 254 120 100
Binary 1011000 11101100 11011000 111111 0 1000 111 10101100 1010000 1000000

Color Harmonies of #58ECD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58ECD8

Black with #58ECD8

Text Example


Text Example

White with #58ECD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,236,216); }

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

background-color css

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

 a { background-color: rgb(88,236,216); }

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

border-color css

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

 span { border-color: rgb(88,236,216); }

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