Html Css Color HEX #58ECF4 Turquoise Blue

📋 copy color: '#58ECF4'

red 88 ◦ green 236 ◦ blue 244

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

Shades of Turquoise Blue #58ECF4

Tints of Turquoise Blue #58ECF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 42.96%

R = 15.49%
G = 41.55%
B = 42.96%

CMYK

 C value IS 0.64

 M value IS 0.03

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#58ECF4 (or 0x58ECF4) is known color: Turquoise Blue. HEX triplet: 58, EC and F4. RGB value is (88,236,244). Sum of RGB (Red+Green+Blue) = 88+236+244=568 (75% of max value = 765). Red value is 88 (34.77% from 255 or 15.49% from 568); Green value is 236 (92.58% from 255 or 41.55% from 568); Blue value is 244 (95.70% from 255 or 42.96% from 568); Max value from RGB is 244 - color contains mainly: blue. Hex color #58ECF4 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #58ECF4 is #A7130B. Grayscale: #C0C0C0. Windows color (decimal): -10949388 or 16051288. OLE color: 16051288.

HSL color Cylindrical-coordinate representation of color #58ECF4: hue angle of 183.08º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #58ECF4 is Cyan = 0.64, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 88 236 244 -
CMYK 0.64 0.03 0 0.04
HSL 183.08º 0.88% 0.65% -
HSV(B) 183.08º 0.64% 0.96% -
XYZ 50.35 68.6 96.17 -
YUV 192.66 156.97 53.35 -
System Red Green Blue C M Y K H S L
Decimal 88 236 244 0.64 0.03 0 0.04 183.08 0.88 0.65
Hex 58 EC F4 40 3 0 4 B7 58 41
Octal 130 354 364 100 3 0 4 267 130 101
Binary 1011000 11101100 11110100 1000000 11 0 100 10110111 1011000 1000001

Color Harmonies of #58ECF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58ECF4

Black with #58ECF4

Text Example


Text Example

White with #58ECF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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