Html Css Color HEX #58CECB Medium Turquoise

📋 copy color: '#58CECB'

red 88 ◦ green 206 ◦ blue 203

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

Shades of Medium Turquoise #58CECB

Tints of Medium Turquoise #58CECB

RGB

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

 GREEN value IS 206 (80.86% from 255) = 41.45%

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

R = 17.71%
G = 41.45%
B = 40.85%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#58CECB (or 0x58CECB) is known color: Medium Turquoise. HEX triplet: 58, CE and CB. RGB value is (88,206,203). Sum of RGB (Red+Green+Blue) = 88+206+203=497 (65% of max value = 765). Red value is 88 (34.77% from 255 or 17.71% from 497); Green value is 206 (80.86% from 255 or 41.45% from 497); Blue value is 203 (79.69% from 255 or 40.85% from 497); Max value from RGB is 206 - color contains mainly: green. Hex color #58CECB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58CECB is #A73134. Grayscale: #AAAAAA. Windows color (decimal): -10957109 or 13356632. OLE color: 13356632.

HSL color Cylindrical-coordinate representation of color #58CECB: hue angle of 178.47º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #58CECB is Cyan = 0.57, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB 88 206 203 -
CMYK 0.57 0 0.01 0.19
HSL 178.47º 0.55% 0.58% -
HSV(B) 178.47º 0.57% 0.81% -
XYZ 36.88 50.53 64.31 -
YUV 170.38 146.41 69.24 -
System Red Green Blue C M Y K H S L
Decimal 88 206 203 0.57 0 0.01 0.19 178.47 0.55 0.58
Hex 58 CE CB 39 0 1 13 B2 37 3A
Octal 130 316 313 71 0 1 23 262 67 72
Binary 1011000 11001110 11001011 111001 0 1 10011 10110010 110111 111010

Color Harmonies of #58CECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58CECB

Black with #58CECB

Text Example


Text Example

White with #58CECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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