Html Css Color HEX #58EAEA Turquoise Blue

📋 copy color: '#58EAEA'

red 88 ◦ green 234 ◦ blue 234

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

Shades of Turquoise Blue #58EAEA

Tints of Turquoise Blue #58EAEA

RGB

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

 GREEN value IS 234 (91.8% from 255) = 42.09%

 BLUE value IS 234 (91.8% from 255) = 42.09%

R = 15.83%
G = 42.09%
B = 42.09%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#58EAEA (or 0x58EAEA) is known color: Turquoise Blue. HEX triplet: 58, EA and EA. RGB value is (88,234,234). Sum of RGB (Red+Green+Blue) = 88+234+234=556 (73% of max value = 765). Red value is 88 (34.77% from 255 or 15.83% from 556); Green value is 234 (91.80% from 255 or 42.09% from 556); Blue value is 234 (91.80% from 255 or 42.09% from 556); Max value from RGB is 234 - color contains mainly: green, blue. Hex color #58EAEA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #58EAEA is #A71515. Grayscale: #BEBEBE. Windows color (decimal): -10949910 or 15395416. OLE color: 15395416.

HSL color Cylindrical-coordinate representation of color #58EAEA: hue angle of 180º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #58EAEA is Cyan = 0.62, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 88 234 234 -
CMYK 0.62 0 0 0.08
HSL 180º 0.78% 0.63% -
HSV(B) 180º 0.62% 0.92% -
XYZ 48.3 66.86 88.2 -
YUV 190.35 152.63 55 -
System Red Green Blue C M Y K H S L
Decimal 88 234 234 0.62 0 0 0.08 180 0.78 0.63
Hex 58 EA EA 3E 0 0 8 B4 4E 3F
Octal 130 352 352 76 0 0 10 264 116 77
Binary 1011000 11101010 11101010 111110 0 0 1000 10110100 1001110 111111

Color Harmonies of #58EAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58EAEA

Black with #58EAEA

Text Example


Text Example

White with #58EAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,234,234); }

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

background-color css

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

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

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

border-color css

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

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

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