Html Css Color HEX #58ECF1 Turquoise Blue

📋 copy color: '#58ECF1'

red 88 ◦ green 236 ◦ blue 241

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

Shades of Turquoise Blue #58ECF1

Tints of Turquoise Blue #58ECF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 42.65%

R = 15.58%
G = 41.77%
B = 42.65%

CMYK

 C value IS 0.63

 M value IS 0.02

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#58ECF1 (or 0x58ECF1) is known color: Turquoise Blue. HEX triplet: 58, EC and F1. RGB value is (88,236,241). Sum of RGB (Red+Green+Blue) = 88+236+241=565 (74% of max value = 765). Red value is 88 (34.77% from 255 or 15.58% from 565); Green value is 236 (92.58% from 255 or 41.77% from 565); Blue value is 241 (94.53% from 255 or 42.65% from 565); Max value from RGB is 241 - color contains mainly: blue. Hex color #58ECF1 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #58ECF1 is #A7130E. Grayscale: #C0C0C0. Windows color (decimal): -10949391 or 15854680. OLE color: 15854680.

HSL color Cylindrical-coordinate representation of color #58ECF1: hue angle of 181.96º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #58ECF1 is Cyan = 0.63, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 88 236 241 -
CMYK 0.63 0.02 0 0.05
HSL 181.96º 0.85% 0.65% -
HSV(B) 181.96º 0.63% 0.95% -
XYZ 49.9 68.42 93.79 -
YUV 192.32 155.47 53.59 -
System Red Green Blue C M Y K H S L
Decimal 88 236 241 0.63 0.02 0 0.05 181.96 0.85 0.65
Hex 58 EC F1 3F 2 0 5 B6 55 41
Octal 130 354 361 77 2 0 5 266 125 101
Binary 1011000 11101100 11110001 111111 10 0 101 10110110 1010101 1000001

Color Harmonies of #58ECF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58ECF1

Black with #58ECF1

Text Example


Text Example

White with #58ECF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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