Html Css Color HEX #58EECE Turquoise

📋 copy color: '#58EECE'

red 88 ◦ green 238 ◦ blue 206

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

Shades of Turquoise #58EECE

Tints of Turquoise #58EECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 38.72%

R = 16.54%
G = 44.74%
B = 38.72%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#58EECE (or 0x58EECE) is known color: Turquoise. HEX triplet: 58, EE and CE. RGB value is (88,238,206). Sum of RGB (Red+Green+Blue) = 88+238+206=532 (70% of max value = 765). Red value is 88 (34.77% from 255 or 16.54% from 532); Green value is 238 (93.36% from 255 or 44.74% from 532); Blue value is 206 (80.86% from 255 or 38.72% from 532); Max value from RGB is 238 - color contains mainly: green. Hex color #58EECE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #58EECE is #A71131. Grayscale: #BDBDBD. Windows color (decimal): -10948914 or 13561432. OLE color: 13561432.

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

Color convert

RGB 88 238 206 -
CMYK 0.63 0 0.13 0.07
HSL 167.2º 0.82% 0.64% -
HSV(B) 167.2º 0.63% 0.93% -
XYZ 45.74 67.68 69.05 -
YUV 189.5 137.31 55.6 -
System Red Green Blue C M Y K H S L
Decimal 88 238 206 0.63 0 0.13 0.07 167.2 0.82 0.64
Hex 58 EE CE 3F 0 D 7 A7 52 40
Octal 130 356 316 77 0 15 7 247 122 100
Binary 1011000 11101110 11001110 111111 0 1101 111 10100111 1010010 1000000

Color Harmonies of #58EECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58EECE

Black with #58EECE

Text Example


Text Example

White with #58EECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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