Html Css Color HEX #58ECF0 Turquoise Blue

📋 copy color: '#58ECF0'

red 88 ◦ green 236 ◦ blue 240

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

Shades of Turquoise Blue #58ECF0

Tints of Turquoise Blue #58ECF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 42.55%

R = 15.6%
G = 41.84%
B = 42.55%

CMYK

 C value IS 0.63

 M value IS 0.02

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#58ECF0 (or 0x58ECF0) is known color: Turquoise Blue. HEX triplet: 58, EC and F0. RGB value is (88,236,240). Sum of RGB (Red+Green+Blue) = 88+236+240=564 (74% of max value = 765). Red value is 88 (34.77% from 255 or 15.60% from 564); Green value is 236 (92.58% from 255 or 41.84% from 564); Blue value is 240 (94.14% from 255 or 42.55% from 564); Max value from RGB is 240 - color contains mainly: blue. Hex color #58ECF0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #58ECF0 is #A7130F. Grayscale: #C0C0C0. Windows color (decimal): -10949392 or 15789144. OLE color: 15789144.

HSL color Cylindrical-coordinate representation of color #58ECF0: hue angle of 181.58º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #58ECF0 is Cyan = 0.63, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 88 236 240 -
CMYK 0.63 0.02 0 0.06
HSL 181.58º 0.84% 0.64% -
HSV(B) 181.58º 0.63% 0.94% -
XYZ 49.75 68.36 93.01 -
YUV 192.2 154.97 53.67 -
System Red Green Blue C M Y K H S L
Decimal 88 236 240 0.63 0.02 0 0.06 181.58 0.84 0.64
Hex 58 EC F0 3F 2 0 6 B6 54 40
Octal 130 354 360 77 2 0 6 266 124 100
Binary 1011000 11101100 11110000 111111 10 0 110 10110110 1010100 1000000

Color Harmonies of #58ECF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58ECF0

Black with #58ECF0

Text Example


Text Example

White with #58ECF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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