Html Css Color HEX #58EDDF Turquoise

📋 copy color: '#58EDDF'

red 88 ◦ green 237 ◦ blue 223

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

Shades of Turquoise #58EDDF

Tints of Turquoise #58EDDF

RGB

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

 GREEN value IS 237 (92.97% from 255) = 43.25%

 BLUE value IS 223 (87.5% from 255) = 40.69%

R = 16.06%
G = 43.25%
B = 40.69%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#58EDDF (or 0x58EDDF) is known color: Turquoise. HEX triplet: 58, ED and DF. RGB value is (88,237,223). Sum of RGB (Red+Green+Blue) = 88+237+223=548 (72% of max value = 765). Red value is 88 (34.77% from 255 or 16.06% from 548); Green value is 237 (92.97% from 255 or 43.25% from 548); Blue value is 223 (87.5% from 255 or 40.69% from 548); Max value from RGB is 237 - color contains mainly: green. Hex color #58EDDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #58EDDF is #A71220. Grayscale: #BEBEBE. Windows color (decimal): -10949153 or 14675288. OLE color: 14675288.

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

Color convert

RGB 88 237 223 -
CMYK 0.63 0 0.06 0.07
HSL 174.36º 0.81% 0.64% -
HSV(B) 174.36º 0.63% 0.93% -
XYZ 47.63 67.97 80.42 -
YUV 190.85 146.14 54.64 -
System Red Green Blue C M Y K H S L
Decimal 88 237 223 0.63 0 0.06 0.07 174.36 0.81 0.64
Hex 58 ED DF 3F 0 6 7 AE 51 40
Octal 130 355 337 77 0 6 7 256 121 100
Binary 1011000 11101101 11011111 111111 0 110 111 10101110 1010001 1000000

Color Harmonies of #58EDDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58EDDF

Black with #58EDDF

Text Example


Text Example

White with #58EDDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,237,223); }

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

background-color css

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

 a { background-color: rgb(88,237,223); }

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

border-color css

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

 span { border-color: rgb(88,237,223); }

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