Html Css Color HEX #58ECDA Turquoise

📋 copy color: '#58ECDA'

red 88 ◦ green 236 ◦ blue 218

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

Shades of Turquoise #58ECDA

Tints of Turquoise #58ECDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.22%

R = 16.24%
G = 43.54%
B = 40.22%

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

#58ECDA (or 0x58ECDA) is known color: Turquoise. HEX triplet: 58, EC and DA. RGB value is (88,236,218). Sum of RGB (Red+Green+Blue) = 88+236+218=542 (71% of max value = 765). Red value is 88 (34.77% from 255 or 16.24% from 542); Green value is 236 (92.58% from 255 or 43.54% from 542); Blue value is 218 (85.55% from 255 or 40.22% from 542); Max value from RGB is 236 - color contains mainly: green. Hex color #58ECDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #58ECDA is #A71325. Grayscale: #BDBDBD. Windows color (decimal): -10949414 or 14347352. OLE color: 14347352.

HSL color Cylindrical-coordinate representation of color #58ECDA: hue angle of 172.7º 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 #58ECDA is Cyan = 0.63, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 88 236 218 -
CMYK 0.63 0 0.08 0.07
HSL 172.7º 0.8% 0.64% -
HSV(B) 172.7º 0.63% 0.93% -
XYZ 46.67 67.13 76.83 -
YUV 189.7 143.97 55.46 -
System Red Green Blue C M Y K H S L
Decimal 88 236 218 0.63 0 0.08 0.07 172.7 0.8 0.64
Hex 58 EC DA 3F 0 8 7 AD 50 40
Octal 130 354 332 77 0 10 7 255 120 100
Binary 1011000 11101100 11011010 111111 0 1000 111 10101101 1010000 1000000

Color Harmonies of #58ECDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58ECDA

Black with #58ECDA

Text Example


Text Example

White with #58ECDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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