Html Css Color HEX #58EBF0 Turquoise Blue

📋 copy color: '#58EBF0'

red 88 ◦ green 235 ◦ blue 240

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

Shades of Turquoise Blue #58EBF0

Tints of Turquoise Blue #58EBF0

RGB

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

 GREEN value IS 235 (92.19% from 255) = 41.74%

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

R = 15.63%
G = 41.74%
B = 42.63%

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

#58EBF0 (or 0x58EBF0) is known color: Turquoise Blue. HEX triplet: 58, EB and F0. RGB value is (88,235,240). Sum of RGB (Red+Green+Blue) = 88+235+240=563 (74% of max value = 765). Red value is 88 (34.77% from 255 or 15.63% from 563); Green value is 235 (92.19% from 255 or 41.74% from 563); Blue value is 240 (94.14% from 255 or 42.63% from 563); Max value from RGB is 240 - color contains mainly: blue. Hex color #58EBF0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #58EBF0 is #A7140F. Grayscale: #BFBFBF. Windows color (decimal): -10949648 or 15788888. OLE color: 15788888.

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

Color convert

RGB 88 235 240 -
CMYK 0.63 0.02 0 0.06
HSL 181.97º 0.84% 0.64% -
HSV(B) 181.97º 0.63% 0.94% -
XYZ 49.46 67.78 92.91 -
YUV 191.62 155.3 54.09 -
System Red Green Blue C M Y K H S L
Decimal 88 235 240 0.63 0.02 0 0.06 181.97 0.84 0.64
Hex 58 EB F0 3F 2 0 6 B6 54 40
Octal 130 353 360 77 2 0 6 266 124 100
Binary 1011000 11101011 11110000 111111 10 0 110 10110110 1010100 1000000

Color Harmonies of #58EBF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58EBF0

Black with #58EBF0

Text Example


Text Example

White with #58EBF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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