Html Css Color HEX #58ECEE Turquoise Blue

📋 copy color: '#58ECEE'

red 88 ◦ green 236 ◦ blue 238

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

Shades of Turquoise Blue #58ECEE

Tints of Turquoise Blue #58ECEE

RGB

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

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

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

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

CMYK

 C value IS 0.63

 M value IS 0.01

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

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

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

Color convert

RGB 88 236 238 -
CMYK 0.63 0.01 0 0.07
HSL 180.8º 0.82% 0.64% -
HSV(B) 180.8º 0.63% 0.93% -
XYZ 49.45 68.24 91.45 -
YUV 191.98 153.97 53.84 -
System Red Green Blue C M Y K H S L
Decimal 88 236 238 0.63 0.01 0 0.07 180.8 0.82 0.64
Hex 58 EC EE 3F 1 0 7 B5 52 40
Octal 130 354 356 77 1 0 7 265 122 100
Binary 1011000 11101100 11101110 111111 1 0 111 10110101 1010010 1000000

Color Harmonies of #58ECEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58ECEE

Black with #58ECEE

Text Example


Text Example

White with #58ECEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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