Html Css Color HEX #58E1DF Turquoise Blue

📋 copy color: '#58E1DF'

red 88 ◦ green 225 ◦ blue 223

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

Shades of Turquoise Blue #58E1DF

Tints of Turquoise Blue #58E1DF

RGB

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

 GREEN value IS 225 (88.28% from 255) = 41.98%

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

R = 16.42%
G = 41.98%
B = 41.6%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#58E1DF (or 0x58E1DF) is known color: Turquoise Blue. HEX triplet: 58, E1 and DF. RGB value is (88,225,223). Sum of RGB (Red+Green+Blue) = 88+225+223=536 (70% of max value = 765). Red value is 88 (34.77% from 255 or 16.42% from 536); Green value is 225 (88.28% from 255 or 41.98% from 536); Blue value is 223 (87.5% from 255 or 41.60% from 536); Max value from RGB is 225 - color contains mainly: green. Hex color #58E1DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58E1DF is #A71E20. Grayscale: #B7B7B7. Windows color (decimal): -10952225 or 14672216. OLE color: 14672216.

HSL color Cylindrical-coordinate representation of color #58E1DF: hue angle of 179.12º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #58E1DF is Cyan = 0.61, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB 88 225 223 -
CMYK 0.61 0 0.01 0.12
HSL 179.12º 0.7% 0.61% -
HSV(B) 179.12º 0.61% 0.88% -
XYZ 44.27 61.25 79.3 -
YUV 183.81 150.11 59.66 -
System Red Green Blue C M Y K H S L
Decimal 88 225 223 0.61 0 0.01 0.12 179.12 0.7 0.61
Hex 58 E1 DF 3D 0 1 C B3 46 3D
Octal 130 341 337 75 0 1 14 263 106 75
Binary 1011000 11100001 11011111 111101 0 1 1100 10110011 1000110 111101

Color Harmonies of #58E1DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58E1DF

Black with #58E1DF

Text Example


Text Example

White with #58E1DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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