Html Css Color HEX #58EEEC Turquoise Blue

📋 copy color: '#58EEEC'

red 88 ◦ green 238 ◦ blue 236

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

Shades of Turquoise Blue #58EEEC

Tints of Turquoise Blue #58EEEC

RGB

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

 GREEN value IS 238 (93.36% from 255) = 42.35%

 BLUE value IS 236 (92.58% from 255) = 41.99%

R = 15.66%
G = 42.35%
B = 41.99%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#58EEEC (or 0x58EEEC) is known color: Turquoise Blue. HEX triplet: 58, EE and EC. RGB value is (88,238,236). Sum of RGB (Red+Green+Blue) = 88+238+236=562 (74% of max value = 765). Red value is 88 (34.77% from 255 or 15.66% from 562); Green value is 238 (93.36% from 255 or 42.35% from 562); Blue value is 236 (92.58% from 255 or 41.99% from 562); Max value from RGB is 238 - color contains mainly: green. Hex color #58EEEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #58EEEC is #A71113. Grayscale: #C0C0C0. Windows color (decimal): -10948884 or 15527512. OLE color: 15527512.

HSL color Cylindrical-coordinate representation of color #58EEEC: hue angle of 179.2º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #58EEEC is Cyan = 0.63, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB 88 238 236 -
CMYK 0.63 0 0.01 0.07
HSL 179.2º 0.82% 0.64% -
HSV(B) 179.2º 0.63% 0.93% -
XYZ 49.74 69.28 90.11 -
YUV 192.92 152.31 53.16 -
System Red Green Blue C M Y K H S L
Decimal 88 238 236 0.63 0 0.01 0.07 179.2 0.82 0.64
Hex 58 EE EC 3F 0 1 7 B3 52 40
Octal 130 356 354 77 0 1 7 263 122 100
Binary 1011000 11101110 11101100 111111 0 1 111 10110011 1010010 1000000

Color Harmonies of #58EEEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58EEEC

Black with #58EEEC

Text Example


Text Example

White with #58EEEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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