Html Css Color HEX #58EECB Turquoise

📋 copy color: '#58EECB'

red 88 ◦ green 238 ◦ blue 203

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

Shades of Turquoise #58EECB

Tints of Turquoise #58EECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 38.37%

R = 16.64%
G = 44.99%
B = 38.37%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#58EECB (or 0x58EECB) is known color: Turquoise. HEX triplet: 58, EE and CB. RGB value is (88,238,203). Sum of RGB (Red+Green+Blue) = 88+238+203=529 (70% of max value = 765). Red value is 88 (34.77% from 255 or 16.64% from 529); Green value is 238 (93.36% from 255 or 44.99% from 529); Blue value is 203 (79.69% from 255 or 38.37% from 529); Max value from RGB is 238 - color contains mainly: green. Hex color #58EECB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #58EECB is #A71134. Grayscale: #BDBDBD. Windows color (decimal): -10948917 or 13364824. OLE color: 13364824.

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

Color convert

RGB 88 238 203 -
CMYK 0.63 0 0.15 0.07
HSL 166º 0.82% 0.64% -
HSV(B) 166º 0.63% 0.93% -
XYZ 45.38 67.54 67.14 -
YUV 189.16 135.81 55.85 -
System Red Green Blue C M Y K H S L
Decimal 88 238 203 0.63 0 0.15 0.07 166 0.82 0.64
Hex 58 EE CB 3F 0 F 7 A6 52 40
Octal 130 356 313 77 0 17 7 246 122 100
Binary 1011000 11101110 11001011 111111 0 1111 111 10100110 1010010 1000000

Color Harmonies of #58EECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58EECB

Black with #58EECB

Text Example


Text Example

White with #58EECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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